From: Bruno Haible Date: Mon, 12 May 2003 19:22:27 +0000 (+0000) Subject: Use gnulib module unlocked-io. X-Git-Tag: v0.12~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9e24703ffe86d071cbc045505125f7861905232;p=thirdparty%2Fgettext.git Use gnulib module unlocked-io. --- diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index 783b811e0..aaaa5e8f5 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,3 +1,7 @@ +2003-05-12 Bruno Haible + + * configure.ac: Invoke jm_FUNC_GLIBC_UNLOCKED_IO. + 2003-04-12 Bruno Haible * Makefile.am (config.h_vms): Renamed from config.h.vms. diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac index a46f440ae..3cb711d8f 100644 --- a/gettext-runtime/configure.ac +++ b/gettext-runtime/configure.ac @@ -77,6 +77,7 @@ AC_CHECK_FUNCS([setlocale strerror]) AC_REPLACE_FUNCS([memmove]) gt_FUNC_SETENV gl_FUNC_STRERROR +jm_FUNC_GLIBC_UNLOCKED_IO gt_FUNC_ERROR_AT_LINE gl_PATHMAX gl_XREADLINK diff --git a/gettext-runtime/lib/ChangeLog b/gettext-runtime/lib/ChangeLog index 371a5de83..8473eea9c 100644 --- a/gettext-runtime/lib/ChangeLog +++ b/gettext-runtime/lib/ChangeLog @@ -1,3 +1,8 @@ +2003-05-12 Bruno Haible + + * Makefile.am (libgrt_a_SOURCES): + Add ../../gettext-tools/lib/unlocked-io.h. + 2003-05-10 Bruno Haible * Makefile.am (libgrt_a_SOURCES): Add diff --git a/gettext-runtime/lib/Makefile.am b/gettext-runtime/lib/Makefile.am index 82de0281d..cbc469130 100644 --- a/gettext-runtime/lib/Makefile.am +++ b/gettext-runtime/lib/Makefile.am @@ -32,6 +32,7 @@ libgrt_a_SOURCES = \ ../../gettext-tools/lib/getopt.h ../../gettext-tools/lib/getopt.c ../../gettext-tools/lib/getopt1.c \ ../../gettext-tools/lib/pathmax.h \ ../../gettext-tools/lib/progname.h ../../gettext-tools/lib/progname.c ../../gettext-tools/lib/progreloc.c \ + ../../gettext-tools/lib/unlocked-io.h \ ../../gettext-tools/lib/xmalloc.h ../../gettext-tools/lib/xmalloc.c ../../gettext-tools/lib/xstrdup.c \ ../../gettext-tools/lib/xreadlink.h ../../gettext-tools/lib/xreadlink.c diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index e5c966d63..3d1f70bed 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2003-05-12 Bruno Haible + + * configure.ac: Invoke jm_FUNC_GLIBC_UNLOCKED_IO. + 2003-05-12 Bruno Haible * windows/gettextsrc.def: Update. diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 966779d26..63112ad78 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