From 92347d72280e77537eede60e16e4630c41f06336 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 8 Nov 2011 21:28:44 +0100 Subject: [PATCH] GNUmakefile: behave when Makefile is missing. * top/GNUmakefile: Always initialize _build-aux and _autoreconf. --- ChangeLog | 5 +++++ top/GNUmakefile | 5 +++++ 2 files changed, 10 insertions(+) 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) -- 2.39.5