diff options
author | Bruno Haible <bruno@clisp.org> | 2006-09-06 12:32:54 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:58 +0200 |
commit | f46d07829d82ff66f77e5fb7b49c3ccdcb39ed99 (patch) | |
tree | fa6748952dc14bcdb23f014a7d51169dd97df544 /autogen.sh | |
parent | 8d766faa6a4f3180f3b95c428a9a91f43664df64 (diff) | |
download | external_gettext-f46d07829d82ff66f77e5fb7b49c3ccdcb39ed99.zip external_gettext-f46d07829d82ff66f77e5fb7b49c3ccdcb39ed99.tar.gz external_gettext-f46d07829d82ff66f77e5fb7b49c3ccdcb39ed99.tar.bz2 |
Use the 'xstriconv' module instead of the 'iconvstring' module.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,6 @@ if test -n "$GNULIB_TOOL"; then gettext-h hash iconv - iconvstring javacomp javaexec linebreak @@ -131,6 +130,7 @@ if test -n "$GNULIB_TOOL"; then stpcpy stpncpy strcspn + xstriconv strpbrk strtol strtoul |