From: Simon Josefsson Date: Tue, 8 Nov 2011 20:28:44 +0000 (+0100) Subject: GNUmakefile: behave when Makefile is missing. X-Git-Tag: v0.1~1469 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=92347d72280e77537eede60e16e4630c41f06336;p=gnulib.git GNUmakefile: behave when Makefile is missing. * top/GNUmakefile: Always initialize _build-aux and _autoreconf. --- diff --git a/ChangeLog b/ChangeLog index e1d120047a..5c0c911017 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-11-08 Simon Josefsson + + GNUmakefile: behave when Makefile is missing. + * top/GNUmakefile: Always initialize _build-aux and _autoreconf. + 2011-11-08 Bruno Haible openat: Conditionalize dependencies. 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)