From 14689cee0211c3dad636c0b453376323fde2aca8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:31:18 +0200 Subject: [PATCH] Rename stdlib_.h to stdlib.in.h. --- ChangeLog | 3 +++ lib/{stdlib_.h => stdlib.in.h} | 0 modules/stdlib | 6 +++--- 3 files changed, 6 insertions(+), 3 deletions(-) rename lib/{stdlib_.h => stdlib.in.h} (100%) diff --git a/ChangeLog b/ChangeLog index 0fba4d801a..423a33864a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -56,6 +56,9 @@ * lib/stdio.in.h: Renamed from lib/stdio_.h. * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of stdio_.h. + * lib/stdlib.in.h: Renamed from lib/stdlib_.h. + * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of + stdlib_.h. 2007-09-30 Bruno Haible diff --git a/lib/stdlib_.h b/lib/stdlib.in.h similarity index 100% rename from lib/stdlib_.h rename to lib/stdlib.in.h diff --git a/modules/stdlib b/modules/stdlib index 5a68117ddf..bc5bbc8d8f 100644 --- a/modules/stdlib +++ b/modules/stdlib @@ -2,7 +2,7 @@ Description: A GNU-like . Files: -lib/stdlib_.h +lib/stdlib.in.h m4/stdlib_h.m4 Depends-on: @@ -18,7 +18,7 @@ BUILT_SOURCES += stdlib.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. -stdlib.h: stdlib_.h +stdlib.h: stdlib.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ @@ -36,7 +36,7 @@ stdlib.h: stdlib_.h -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \ -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \ -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ - < $(srcdir)/stdlib_.h; \ + < $(srcdir)/stdlib.in.h; \ } > $@-t mv $@-t $@ MOSTLYCLEANFILES += stdlib.h stdlib.h-t -- 2.30.2