From 1cb8e50dafa6e8243f9322a53f5dafac365e968a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:41:54 +0200 Subject: [PATCH] Rename wchar_.h to wchar.in.h. --- ChangeLog | 3 +++ lib/{wchar_.h => wchar.in.h} | 0 modules/wchar | 6 +++--- 3 files changed, 6 insertions(+), 3 deletions(-) rename lib/{wchar_.h => wchar.in.h} (100%) diff --git a/ChangeLog b/ChangeLog index 84d5e9f9e..325b6c6d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -83,6 +83,9 @@ * lib/unistd.in.h: Renamed from lib/unistd_.h. * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of unistd_.h. + * lib/wchar.in.h: Renamed from lib/wchar_.h. + * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of + wchar_.h. 2007-09-30 Bruno Haible diff --git a/lib/wchar_.h b/lib/wchar.in.h similarity index 100% rename from lib/wchar_.h rename to lib/wchar.in.h diff --git a/modules/wchar b/modules/wchar index 5fff34f4f..6f685824b 100644 --- a/modules/wchar +++ b/modules/wchar @@ -2,7 +2,7 @@ Description: A that works around platform issues. Files: -lib/wchar_.h +lib/wchar.in.h m4/wchar.m4 Depends-on: @@ -17,7 +17,7 @@ BUILT_SOURCES += $(WCHAR_H) # We need the following in order to create when the system # version does not work standalone. -wchar.h: wchar_.h +wchar.h: wchar.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ @@ -27,7 +27,7 @@ wchar.h: wchar_.h -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \ -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ - < $(srcdir)/wchar_.h; \ + < $(srcdir)/wchar.in.h; \ } > $@-t mv $@-t $@ MOSTLYCLEANFILES += wchar.h wchar.h-t -- 2.11.0