diff options
author | Bruno Haible <bruno@clisp.org> | 2006-10-24 13:53:23 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:12 +0200 |
commit | 96f52a118324ebfa5e4b45bf948f134e75aadda1 (patch) | |
tree | 0852dc67a3972199606936b81fe72cb7fe67a494 | |
parent | 0c7080d978a230eec5db6e67b13e900c38fea6a3 (diff) | |
download | external_gettext-96f52a118324ebfa5e4b45bf948f134e75aadda1.zip external_gettext-96f52a118324ebfa5e4b45bf948f134e75aadda1.tar.gz external_gettext-96f52a118324ebfa5e4b45bf948f134e75aadda1.tar.bz2 |
Use unlocked-io also in libgettextpo.
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | autogen.sh | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-10-24 Bruno Haible <bruno@clisp.org> + + * autogen.sh (GNULIB_MODULES_FOR_LIBGETTEXTPO): Add unlocked-io. + Needed because gettext-tools/configure ends up setting USE_UNLOCKED_IO + in gettext-tools/config.h. + 2006-10-23 Bruno Haible <bruno@clisp.org> * m4/fixautomake.m4 (FIX_MAKEFILE_TOPDIR_DISTRIB): Make it work with @@ -189,6 +189,7 @@ if test -n "$GNULIB_TOOL"; then progname stdbool ucs4-utf8 + unlocked-io utf8-ucs4 utf16-ucs4 vasprintf |