]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Oops, fix last patch.
authorBruno Haible <bruno@clisp.org>
Mon, 12 May 2003 20:10:00 +0000 (20:10 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:29 +0000 (12:10 +0200)
gettext-runtime/ChangeLog
gettext-runtime/configure.ac
gettext-tools/ChangeLog
gettext-tools/configure.ac

index aaaa5e8f530cc4db9703100b4ef636ec5ca9c397..8d553b3020e7bf594bbec80c51b6df84693233de 100644 (file)
@@ -1,6 +1,6 @@
 2003-05-12  Bruno Haible  <bruno@clisp.org>
 
-       * configure.ac: Invoke jm_FUNC_GLIBC_UNLOCKED_IO.
+       * configure.ac: Invoke AC_GNU_SOURCE and jm_FUNC_GLIBC_UNLOCKED_IO.
 
 2003-04-12  Bruno Haible  <bruno@clisp.org>
 
index 3cb711d8f4d87cc9ae0536f96b7f72a022813d9d..0d5a72abd585cd3d5cae3a7b85f2518b85ce400b 100644 (file)
@@ -53,14 +53,15 @@ dnl Checks for compiler output filename suffixes.
 AC_OBJEXT
 AC_EXEEXT
 
+dnl Make sure we see all GNU extensions.
+AC_GNU_SOURCE
+
 dnl Check for build configuration.
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 
 AC_RELOCATABLE
 
-AC_DEFINE(_GNU_SOURCE, 1, [Make sure we see all GNU extensions.])
-
 dnl Checks for libraries.
 
 dnl Checks for header files.
index 3d1f70bed46435f2aeb058decf0b7bb3d66b6762..63b2ec7fb778ac08a000712ca7529146fc76f859 100644 (file)
@@ -1,6 +1,6 @@
 2003-05-12  Bruno Haible  <bruno@clisp.org>
 
-       * configure.ac: Invoke jm_FUNC_GLIBC_UNLOCKED_IO.
+       * configure.ac: Invoke AC_GNU_SOURCE and jm_FUNC_GLIBC_UNLOCKED_IO.
 
 2003-05-12  Bruno Haible  <bruno@clisp.org>
 
index 63112ad78401b5380548fa836566233f70bcb3dc..3717e93ac6681a80991a427681c7cee46dded1b7 100644 (file)
@@ -70,14 +70,15 @@ dnl Checks for compiler output filename suffixes.
 AC_OBJEXT
 AC_EXEEXT
 
+dnl Make sure we see all GNU extensions.
+AC_GNU_SOURCE
+
 dnl Check for build configuration.
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 
 AC_RELOCATABLE
 
-AC_DEFINE(_GNU_SOURCE, 1, [Make sure we see all GNU extensions.])
-
 dnl Checks for libraries.
 
 dnl Checks for header files.