]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Use the 'lock' and 'tls' modules.
authorBruno Haible <bruno@clisp.org>
Thu, 27 Jul 2006 12:16:17 +0000 (12:16 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:42 +0000 (12:13 +0200)
gettext-tools/ChangeLog
gettext-tools/configure.ac
gettext-tools/m4/ChangeLog
gettext-tools/m4/Makefile.am

index a86948f411fff570e9466512258c9a57bb066500..0360515c061705f33ec2ef78b195cf2801d526ba 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-23  Bruno Haible  <bruno@clisp.org>
+
+       * configure.ac: Invoke gl_LOCK and gl_TLS.
+
 2006-07-22  Bruno Haible  <bruno@clisp.org>
 
        * configure.ac: Invoke gl_SIZE_MAX and gl_LIST.
index edfb726dde25a32dd0e8908e0df1d575c073afdc..76553bba872f77d423f4e834d3047233069c78c4 100644 (file)
@@ -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],
index 828617785f80a14a4603f075ad06927ba7e9fb09..0ccf2871eb0972ad5d219cbb0df803c9bfe91561 100644 (file)
@@ -1,3 +1,8 @@
+2006-07-23  Bruno Haible  <bruno@clisp.org>
+
+       * tls.m4: New file, from gnulib.
+       * Makefile.am (EXTRA_DIST): Add it.
+
 2006-07-22  Bruno Haible  <bruno@clisp.org>
 
        * gl_list.m4: New file, from gnulib.
index f86685c3848415b30ccbd4b8bd14d77120e0c4bf..03f38194f72f7276702d50f04de06263c50ca6f6 100644 (file)
@@ -99,6 +99,7 @@ strerror.m4 \
 strerror_r.m4 \
 strtol.m4 \
 strtoul.m4 \
+tls.m4 \
 tmpdir.m4 \
 unionwait.m4 \
 unistd_h.m4 \