summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-07-07 01:38:26 -0400
committerPaul Smith <psmith@gnu.org>2022-07-09 10:47:13 -0400
commit73b08af181544381840d5f9bc577d686f8c7e174 (patch)
treeb421ec9e4f9eccb7d621658bb132f81db9a5fcf0 /bootstrap.conf
parent5c1d9e54c7e7e124d95f6b08505f39914e65357a (diff)
downloadmake-git-73b08af181544381840d5f9bc577d686f8c7e174.tar.gz
Move our local m4 macros to gl/m4
The gl subdirectory contains our local versions of gnulib module implementations, so move m4/acinclude.m4 and m4/dospaths.m4 there. * gl/modules/make-macros: Create a new module to handle the macros. * bootstrap.conf: Add the new module. * configure.ac: Macro invocation is moved to make-macros. * m4/.gitignore: Delete unnecessary ignore file: m4 is empty. * .gitignore: Add m4/ as an ignored directory.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 066c9e1b..87533d13 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -57,4 +57,5 @@ fdl
findprog-in
getloadavg
host-cpu-c-abi
-make-glob"
+make-glob
+make-macros"