# HG changeset patch # User Simon Josefsson # Date 1320784124 -3600 # Node ID 8877c8da8a68ea40dfc7276d80ae98602b601c24 # Parent 23fe834fffdb8dc645273eb645b480f54e1f59f9 GNUmakefile: behave when Makefile is missing. * top/GNUmakefile: Always initialize _build-aux and _autoreconf. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/top/GNUmakefile +++ b/top/GNUmakefile @@ -101,6 +101,11 @@ # 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)