From c28071d48f42bbe8df82cc372d3b89bb25c27721 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:19:59 +0200 Subject: [PATCH] Rename locale_.h to locale.in.h. --- ChangeLog | 3 +++ lib/{locale_.h => locale.in.h} | 0 modules/locale | 6 +++--- 3 files changed, 6 insertions(+), 3 deletions(-) rename lib/{locale_.h => locale.in.h} (100%) diff --git a/ChangeLog b/ChangeLog index 55a654cb2..2bf9ffdc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,6 +31,9 @@ * lib/inttypes.in.h: Renamed from lib/inttypes_.h. * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of inttypes_.h. + * lib/locale.in.h: Renamed from lib/locale_.h. + * modules/locale (Files, Makefile.am): Use locale.in.h instead of + locale_.h. 2007-09-30 Bruno Haible diff --git a/lib/locale_.h b/lib/locale.in.h similarity index 100% rename from lib/locale_.h rename to lib/locale.in.h diff --git a/modules/locale b/modules/locale index 099c4e8c4..d5c186c0e 100644 --- a/modules/locale +++ b/modules/locale @@ -2,7 +2,7 @@ Description: A that conforms to POSIX. Files: -lib/locale_.h +lib/locale.in.h m4/locale_h.m4 Depends-on: @@ -16,12 +16,12 @@ BUILT_SOURCES += $(LOCALE_H) # We need the following in order to create when the system # doesn't have one that provides all definitions. -locale.h: locale_.h +locale.h: locale.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \ - < $(srcdir)/locale_.h; \ + < $(srcdir)/locale.in.h; \ } > $@-t mv $@-t $@ MOSTLYCLEANFILES += locale.h locale.h-t -- 2.11.0