From: Bruno Haible Date: Thu, 27 Jul 2006 12:16:17 +0000 (+0000) Subject: Use the 'lock' and 'tls' modules. X-Git-Tag: 0.16.x-branchpoint~314 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3ba252448651775aba928b23962005fd67fe86e;p=thirdparty%2Fgettext.git Use the 'lock' and 'tls' modules. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index a86948f41..0360515c0 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2006-07-23 Bruno Haible + + * configure.ac: Invoke gl_LOCK and gl_TLS. + 2006-07-22 Bruno Haible * configure.ac: Invoke gl_SIZE_MAX and gl_LIST. diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index edfb726dd..76553bba8 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -189,6 +189,8 @@ gt_SETLOCALE gl_XSIZE gl_MINMAX gl_LIST +gl_LOCK +gl_TLS gt_LIBGREP gl_BYTESWAP AC_C_BIGENDIAN([endianness=1], [endianness=0], diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog index 828617785..0ccf2871e 100644 --- a/gettext-tools/m4/ChangeLog +++ b/gettext-tools/m4/ChangeLog @@ -1,3 +1,8 @@ +2006-07-23 Bruno Haible + + * tls.m4: New file, from gnulib. + * Makefile.am (EXTRA_DIST): Add it. + 2006-07-22 Bruno Haible * gl_list.m4: New file, from gnulib. diff --git a/gettext-tools/m4/Makefile.am b/gettext-tools/m4/Makefile.am index f86685c38..03f38194f 100644 --- a/gettext-tools/m4/Makefile.am +++ b/gettext-tools/m4/Makefile.am @@ -99,6 +99,7 @@ strerror.m4 \ strerror_r.m4 \ strtol.m4 \ strtoul.m4 \ +tls.m4 \ tmpdir.m4 \ unionwait.m4 \ unistd_h.m4 \