From 26cabdbcaf19601c486800e3109ddbfac8c93a41 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:18:55 +0200 Subject: [PATCH] Rename inttypes_.h to inttypes.in.h. --- ChangeLog | 3 +++ lib/{inttypes_.h => inttypes.in.h} | 0 modules/inttypes | 6 +++--- 3 files changed, 6 insertions(+), 3 deletions(-) rename lib/{inttypes_.h => inttypes.in.h} (100%) diff --git a/ChangeLog b/ChangeLog index 96f42e49d1..55a654cb25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,9 @@ * lib/iconv.in.h: Renamed from lib/iconv_.h. * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of iconv_.h. + * lib/inttypes.in.h: Renamed from lib/inttypes_.h. + * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of + inttypes_.h. 2007-09-30 Bruno Haible diff --git a/lib/inttypes_.h b/lib/inttypes.in.h similarity index 100% rename from lib/inttypes_.h rename to lib/inttypes.in.h diff --git a/modules/inttypes b/modules/inttypes index 1df7b292f3..2199e4b710 100644 --- a/modules/inttypes +++ b/modules/inttypes @@ -2,7 +2,7 @@ Description: An that nearly conforms to C99. Files: -lib/inttypes_.h +lib/inttypes.in.h m4/inttypes-pri.m4 m4/inttypes.m4 @@ -19,7 +19,7 @@ BUILT_SOURCES += $(INTTYPES_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. -inttypes.h: inttypes_.h +inttypes.h: inttypes.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ @@ -38,7 +38,7 @@ inttypes.h: inttypes_.h -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \ -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \ -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ - < $(srcdir)/inttypes_.h; \ + < $(srcdir)/inttypes.in.h; \ } > $@-t mv $@-t $@ MOSTLYCLEANFILES += inttypes.h inttypes.h-t -- 2.30.2