* 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>
#$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
GNU fnmatch() implementation.
Files:
-lib/fnmatch_.h
+lib/fnmatch.in.h
lib/fnmatch.c
lib/fnmatch_loop.c
m4/mbstate_t.m4
# 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