From 1d8fd6738e78290a957a861ee01aee6aabc32659 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:21:15 +0200 Subject: [PATCH] Rename math_.h to math.in.h. --- ChangeLog | 2 ++ lib/{math_.h => math.in.h} | 0 modules/math | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) rename lib/{math_.h => math.in.h} (100%) diff --git a/ChangeLog b/ChangeLog index 2bf9ffdc9..c0f678fae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,8 @@ * lib/locale.in.h: Renamed from lib/locale_.h. * modules/locale (Files, Makefile.am): Use locale.in.h instead of locale_.h. + * lib/math.in.h: Renamed from lib/math_.h. + * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h. 2007-09-30 Bruno Haible diff --git a/lib/math_.h b/lib/math.in.h similarity index 100% rename from lib/math_.h rename to lib/math.in.h diff --git a/modules/math b/modules/math index 9430b9af3..ffb13da82 100644 --- a/modules/math +++ b/modules/math @@ -2,7 +2,7 @@ Description: A GNU-like . Files: -lib/math_.h +lib/math.in.h m4/math_h.m4 Depends-on: @@ -17,7 +17,7 @@ BUILT_SOURCES += math.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. -math.h: math_.h +math.h: math.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ @@ -45,7 +45,7 @@ math.h: math_.h -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \ -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \ -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ - < $(srcdir)/math_.h; \ + < $(srcdir)/math.in.h; \ } > $@-t mv $@-t $@ MOSTLYCLEANFILES += math.h math.h-t -- 2.11.0