diff options
author | Bruno Haible <bruno@clisp.org> | 2003-05-12 19:22:27 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:29 +0200 |
commit | c9e24703ffe86d071cbc045505125f7861905232 (patch) | |
tree | b4e70523f8ff3ffa8772d4268756360a1868c671 /gettext-tools | |
parent | 5b27b6bf76c6acbbf23dd1e461ec8941d1ec6c5a (diff) | |
download | external_gettext-c9e24703ffe86d071cbc045505125f7861905232.zip external_gettext-c9e24703ffe86d071cbc045505125f7861905232.tar.gz external_gettext-c9e24703ffe86d071cbc045505125f7861905232.tar.bz2 |
Use gnulib module unlocked-io.
Diffstat (limited to 'gettext-tools')
-rw-r--r-- | gettext-tools/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/configure.ac | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index e5c966d..3d1f70b 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,5 +1,9 @@ 2003-05-12 Bruno Haible <bruno@clisp.org> + * configure.ac: Invoke jm_FUNC_GLIBC_UNLOCKED_IO. + +2003-05-12 Bruno Haible <bruno@clisp.org> + * windows/gettextsrc.def: Update. Based on a patch by Perry Rapp. diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 966779d..63112ad 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -119,6 +119,7 @@ gt_SIGNALBLOCKING gt_SIGINFO gt_FUNC_SETENV gl_FUNC_STRERROR +jm_FUNC_GLIBC_UNLOCKED_IO gt_FUNC_ERROR_AT_LINE gl_PATHMAX gl_XREADLINK |