]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Rename iconv_.h to iconv.in.h.
authorBruno Haible <bruno@clisp.org>
Mon, 1 Oct 2007 22:17:23 +0000 (00:17 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 1 Oct 2007 22:17:23 +0000 (00:17 +0200)
ChangeLog
lib/iconv.in.h [moved from lib/iconv_.h with 100% similarity]
modules/iconv_open

index 809e3be963fc169787ebf8fb5b9a373c530efdf6..96f42e49d1fa58f8200426b34de715f87948c6e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,9 @@
        getopt_.h.
        * lib/glob.in.h: Renamed from lib/glob_.h.
        * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
+       * lib/iconv.in.h: Renamed from lib/iconv_.h.
+       * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
+       iconv_.h.
 
 2007-09-30  Bruno Haible  <bruno@clisp.org>
 
similarity index 100%
rename from lib/iconv_.h
rename to lib/iconv.in.h
index 1fa84125e81cf0c9a5ee075de17ebc14cc0f6e14..6dfc293e91825427ddce20e96de1100157681306 100644 (file)
@@ -2,7 +2,7 @@ Description:
 Character set conversion.
 
 Files:
-lib/iconv_.h
+lib/iconv.in.h
 lib/iconv_open.c
 lib/iconv_open-aix.gperf
 lib/iconv_open-hpux.gperf
@@ -25,13 +25,13 @@ BUILT_SOURCES += $(ICONV_H)
 
 # We need the following in order to create <iconv.h> when the system
 # doesn't have one that works with the given compiler.
-iconv.h: iconv_.h
+iconv.h: iconv.in.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
              -e 's|@''NEXT_ICONV_H''@|$(NEXT_ICONV_H)|g' \
              -e 's|@''REPLACE_ICONV_OPEN''@|$(REPLACE_ICONV_OPEN)|g' \
-             < $(srcdir)/iconv_.h; \
+             < $(srcdir)/iconv.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += iconv.h iconv.h-t