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.
# Configure artifacts
/lib/
+/m4/
ABOUT-NLS
INSTALL
Makefile
findprog-in
getloadavg
host-cpu-c-abi
-make-glob"
+make-glob
+make-macros"
])
])
-# Check for DOS-style pathnames.
-pds_AC_DOS_PATHS
-
# See if we have a standard version of gettimeofday(). Since actual
# implementations can differ, just make sure we have the most common
# one.
--- /dev/null
+Description:
+Install m4 macros for GNU make.
+
+Files:
+m4/acinclude.m4
+m4/dospaths.m4
+
+configure.ac:
+# Check for DOS-style pathnames.
+pds_AC_DOS_PATHS
+
+License:
+GPLv3+
+
+Maintainer:
+gnumake
+++ /dev/null
-*
-!/.gitignore
-!/aclocal.m4
-!/dospaths.m4
-