X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ficonv_open;h=1ffb6d236151647372a41447aafb3906e46d4b7f;hb=679b14d8851a364efdffbdf50d4aa43921762076;hp=8aa5e8f1327e127fbce57b286d14c3792a1c1f27;hpb=73f2a1c055c8dfa46d1a4db04a841d952e11c6a0;p=gnulib.git diff --git a/modules/iconv_open b/modules/iconv_open index 8aa5e8f13..1ffb6d236 100644 --- a/modules/iconv_open +++ b/modules/iconv_open @@ -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 @@ -12,9 +12,11 @@ m4/iconv_h.m4 m4/iconv_open.m4 Depends-on: +gperf include_next iconv c-ctype +c-strcase configure.ac: gl_ICONV_H @@ -25,18 +27,20 @@ BUILT_SOURCES += $(ICONV_H) # We need the following in order to create 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|@''ICONV_CONST''@|$(ICONV_CONST)|g' \ + -e 's|@''REPLACE_ICONV''@|$(REPLACE_ICONV)|g' \ -e 's|@''REPLACE_ICONV_OPEN''@|$(REPLACE_ICONV_OPEN)|g' \ - < $(srcdir)/iconv_.h; \ + -e 's|@''REPLACE_ICONV_UTF''@|$(REPLACE_ICONV_UTF)|g' \ + < $(srcdir)/iconv.in.h; \ } > $@-t mv $@-t $@ MOSTLYCLEANFILES += iconv.h iconv.h-t -GPERF = gperf iconv_open-aix.h: iconv_open-aix.gperf $(GPERF) -m 10 $(srcdir)/iconv_open-aix.gperf > $@-t mv $@-t $@ @@ -58,7 +62,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible