From f386a3338595ae012da309d685dcc0700027f96a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:11:20 +0200 Subject: [PATCH] Rename float_.h to float.in.h. --- ChangeLog | 3 +++ lib/{float_.h => float.in.h} | 0 modules/float | 6 +++--- 3 files changed, 6 insertions(+), 3 deletions(-) rename lib/{float_.h => float.in.h} (100%) diff --git a/ChangeLog b/ChangeLog index a0cdb541b..e5f054376 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,9 @@ * lib/fcntl.in.h: Renamed from lib/fcntl_.h. * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of fcntl_.h. + * lib/float.in.h: Renamed from lib/float_.h. + * modules/float (Files, Makefile.am): Use float.in.h instead of + float_.h. 2007-09-30 Bruno Haible diff --git a/lib/float_.h b/lib/float.in.h similarity index 100% rename from lib/float_.h rename to lib/float.in.h diff --git a/modules/float b/modules/float index c565f7f8b..9ec15a5de 100644 --- a/modules/float +++ b/modules/float @@ -2,7 +2,7 @@ Description: A correct . Files: -lib/float_.h +lib/float.in.h m4/float_h.m4 Depends-on: @@ -16,12 +16,12 @@ BUILT_SOURCES += $(FLOAT_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. -float.h: float_.h +float.h: float.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ - < $(srcdir)/float_.h; \ + < $(srcdir)/float.in.h; \ } > $@-t mv $@-t $@ MOSTLYCLEANFILES += float.h float.h-t -- 2.11.0