The gl subdirectory contains our local versions of gnulib module
implementations, so move fnmatch* and glob* from lib to gl/lib.
* gl/modules/make-glob: Add a proper Files: section.
* lib/.gitignore: Delete unnecessary ignore file: lib is empty.
* .gitignore: Add lib/ as an ignored directory.
*.rej
# Configure artifacts
+/lib/
ABOUT-NLS
INSTALL
Makefile
GNU make version of fnmatch()/glob() functions. This is a holdover from
a very old version of the globbing library.
+Files:
+lib/fnmatch.c
+lib/fnmatch.in.h
+lib/glob.c
+lib/glob.in.h
configure.ac:
# Check the system to see if it provides GNU glob. If not, use our
USE_SYSTEM_GLOB="$make_cv_sys_gnu_glob"
AC_SUBST([USE_SYSTEM_GLOB])
-
Makefile.am:
if !USE_SYSTEM_GLOB
libgnu_a_SOURCES += fnmatch.c
EXTRA_DIST += fnmatch.in.h glob.in.h
-
Include:
<glob.h>
+++ /dev/null
-*
-!/.gitignore
-
-!/fnmatch.c
-!/fnmatch.in.h
-/fnmatch.h
-
-!/glob.c
-!/glob.in.h
-/glob.h
-