summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-06-16 22:46:16 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-06-16 22:46:16 +0200
commitc946ae6f25422d45e54de0fd69309cbb438f942d (patch)
treeb67bb9270a0de2dd53134f56490467135cb88c02 /GNUmakefile
parent323dabef4b3570798e2d9daedbba9b98e9d7a504 (diff)
parent27fbeb77f96d99f41f4b6bb87eb50ae977de25a8 (diff)
downloadautomake-c946ae6f25422d45e54de0fd69309cbb438f942d.tar.gz
Merge branch 'micro' into minor
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9694dc8be..aa52f603d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,6 +1,6 @@
# Maintainer makefile for Automake. Requires GNU make.
-# Copyright (C) 2012-2015 Free Software Foundation, Inc.
+# Copyright (C) 2012-2017 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -72,7 +72,7 @@ configure-flags := $(old-configure-flags) $(BOOTSTRAP_CONFIGURE_FLAGS)
.PHONY: bootstrap
bootstrap:
- cd $(srcdir) && $(SHELL) ./bootstrap.sh
+ cd $(srcdir) && $(SHELL) ./bootstrap
$(srcdir)/configure $(configure-flags)
$(MAKE) clean
$(MAKE) check TESTS=t/get-sysconf