summaryrefslogtreecommitdiff
path: root/top/GNUmakefile
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-11-08 21:28:44 +0100
committerSimon Josefsson <simon@josefsson.org>2011-11-08 21:29:39 +0100
commit92347d72280e77537eede60e16e4630c41f06336 (patch)
tree1108ebf7c588cb6c02bb444325cdc2624ce7a470 /top/GNUmakefile
parent8a98cf0bf0670969256cf630f26d53582adc6111 (diff)
downloadgnulib-92347d72280e77537eede60e16e4630c41f06336.tar.gz
GNUmakefile: behave when Makefile is missing.
* top/GNUmakefile: Always initialize _build-aux and _autoreconf.
Diffstat (limited to 'top/GNUmakefile')
-rw-r--r--top/GNUmakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/top/GNUmakefile b/top/GNUmakefile
index ca88b6b0d1..86bc60fe3b 100644
--- a/top/GNUmakefile
+++ b/top/GNUmakefile
@@ -101,6 +101,11 @@ srcdir = .
# The package can override .DEFAULT_GOAL to run actions like autoreconf.
-include ./cfg.mk
+
+# Allow cfg.mk to override these.
+_build-aux ?= build-aux
+_autoreconf ?= autoreconf -v
+
include ./maint.mk
ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)