]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Rename fnmatch_.h to fnmatch.in.h.
authorBruno Haible <bruno@clisp.org>
Mon, 1 Oct 2007 22:13:04 +0000 (00:13 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 1 Oct 2007 22:13:04 +0000 (00:13 +0200)
ChangeLog
config/srclist.txt
lib/fnmatch.in.h [moved from lib/fnmatch_.h with 100% similarity]
modules/fnmatch

index e5f054376cf19b83eec1f55df1c6b0f01f7ed061..1de03ba886f304ca9b46f4f73ee0845f84fbba3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,9 @@
        * lib/float.in.h: Renamed from lib/float_.h.
        * modules/float (Files, Makefile.am): Use float.in.h instead of
        float_.h.
+       * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
+       * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
+       fnmatch_.h.
 
 2007-09-30  Bruno Haible  <bruno@clisp.org>
 
index 6bfa152747ecf51e9db791f98d1cd47f371e7286..f76ecde2cdfba2faf098b1b51d1ef55f8d5020c9 100644 (file)
@@ -167,7 +167,7 @@ $LIBCSRC/stdlib/strtoul.c           lib gpl
 #$LIBCSRC/misc/getpass.c               lib gpl
 #$LIBCSRC/misc/mkstemp.c               lib gpl
 #$LIBCSRC/posix/fnmatch.c              lib gpl
-#$LIBCSRC/posix/fnmatch.h              lib gpl (fnmatch_.h in gnulib)
+#$LIBCSRC/posix/fnmatch.h              lib gpl (fnmatch.in.h in gnulib)
 #$LIBCSRC/posix/fnmatch_loop.c         lib gpl
 #
 # http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060
similarity index 100%
rename from lib/fnmatch_.h
rename to lib/fnmatch.in.h
index 79ffc0a84ebf0c9c77fc30dd127a341329987a83..82048e3e4225832ca0db56571ff7bf245dd4bfbf 100644 (file)
@@ -2,7 +2,7 @@ Description:
 GNU fnmatch() implementation.
 
 Files:
-lib/fnmatch_.h
+lib/fnmatch.in.h
 lib/fnmatch.c
 lib/fnmatch_loop.c
 m4/mbstate_t.m4
@@ -23,9 +23,9 @@ BUILT_SOURCES += $(FNMATCH_H)
 
 # We need the following in order to create <fnmatch.h> when the system
 # doesn't have one that supports the required API.
-fnmatch.h: fnmatch_.h
+fnmatch.h: fnmatch.in.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
-         cat $(srcdir)/fnmatch_.h; \
+         cat $(srcdir)/fnmatch.in.h; \
        } > $@-t
        mv -f $@-t $@
 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t