]> Savannah Git Hosting - gnulib.git/commitdiff
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 e1d120047a480963a2f69f348976595b17f1fad6..5c0c91101764a1a5e74c40ed269409c887fd7860 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 ca88b6b0d156890053c06d9baac31ebe775f5d81..86bc60fe3b393984a8145bf3b57cc99a16526e24 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)