From 31a3a0563ef6ed7b2adfe3f9f469f4dafbb0058a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:13:04 +0200 Subject: [PATCH] Rename fnmatch_.h to fnmatch.in.h. --- ChangeLog | 3 +++ config/srclist.txt | 2 +- lib/{fnmatch_.h => fnmatch.in.h} | 0 modules/fnmatch | 6 +++--- 4 files changed, 7 insertions(+), 4 deletions(-) rename lib/{fnmatch_.h => fnmatch.in.h} (100%) diff --git a/ChangeLog b/ChangeLog index e5f054376c..1de03ba886 100644 --- 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 diff --git a/config/srclist.txt b/config/srclist.txt index 6bfa152747..f76ecde2cd 100644 --- a/config/srclist.txt +++ b/config/srclist.txt @@ -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 diff --git a/lib/fnmatch_.h b/lib/fnmatch.in.h similarity index 100% rename from lib/fnmatch_.h rename to lib/fnmatch.in.h diff --git a/modules/fnmatch b/modules/fnmatch index 79ffc0a84e..82048e3e42 100644 --- a/modules/fnmatch +++ b/modules/fnmatch @@ -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 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 -- 2.30.2