summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-12-04 13:27:57 +0100
committerGuido Günther <agx@sigxcpu.org>2011-12-04 13:27:57 +0100
commit9b1abb282b439b151adf7a62943f0b44811b2246 (patch)
tree35d182aa351295691e8f07315081c7aa5e58d3b9 /GNUmakefile
parent99476ba2c26d3192ebb752de52ccd6222ea7e095 (diff)
New upstream version 0.9.8~rc2
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ca88b6b0d..86bc60fe3 100644
--- a/GNUmakefile
+++ b/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)