]> Savannah Git Hosting - gnulib.git/commitdiff
maintainer-makefile: Make the configure.ac section optional.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Jan 2019 21:30:13 +0000 (22:30 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 6 Jan 2019 21:30:13 +0000 (22:30 +0100)
* top/maint.mk (GREP, SED): Define if not defined.

ChangeLog
top/maint.mk

index 464adec026f6810e43bc7bb5b8915218e527dfcb..18490890525f4903db8be7a383824c4ec99ae969 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-01-06  Bruno Haible  <bruno@clisp.org>
+
+       maintainer-makefile: Make the configure.ac section optional.
+       * top/maint.mk (GREP, SED): Define if not defined.
+
 2019-01-06  Bruno Haible  <bruno@clisp.org>
 
        localename: Assume setlocale function.
index 4b574103a365ef365e324a79c44640eda19b8fbc..4e37efeb564b62ceb3bcb04e8a1ae13375b7260b 100644 (file)
 # ME := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
 ME := maint.mk
 
+# These variables ought to be defined through the configure.ac section
+# of the module description. But some packages import this file directly,
+# ignoring the module description.
+GREP ?= grep
+SED ?= sed
+
 # Helper variables.
 _empty =
 _sp = $(_empty) $(_empty)