GNUmakefile: behave when Makefile is missing.
authorSimon Josefsson <simon@josefsson.org>
Tue, 8 Nov 2011 20:28:44 +0000 (21:28 +0100)
committerSimon Josefsson <simon@josefsson.org>
Tue, 8 Nov 2011 20:29:39 +0000 (21:29 +0100)
* top/GNUmakefile: Always initialize _build-aux and _autoreconf.

ChangeLog
top/GNUmakefile

index e1d1200..5c0c911 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-08  Simon Josefsson  <simon@josefsson.org>
+
+       GNUmakefile: behave when Makefile is missing.
+       * top/GNUmakefile: Always initialize _build-aux and _autoreconf.
+
 2011-11-08  Bruno Haible  <bruno@clisp.org>
 
        openat: Conditionalize dependencies.
index ca88b6b..86bc60f 100644 (file)
@@ -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)