]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Invoke gl_USE_SYSTEM_EXTENSIONS.
authorBruno Haible <bruno@clisp.org>
Sat, 23 Aug 2003 15:54:16 +0000 (15:54 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:52 +0000 (12:10 +0200)
gettext-runtime/ChangeLog
gettext-runtime/configure.ac
gettext-tools/ChangeLog
gettext-tools/configure.ac

index 4064567caff897763c8ca174d710a7e277d3de9a..213c312ed6448c04ceee038a0f5031d5ec153fe1 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-23  Bruno Haible  <bruno@clisp.org>
+
+       * configure.ac: Invoke gl_USE_SYSTEM_EXTENSIONS.
+
 2003-08-23  Bruno Haible  <bruno@clisp.org>
 
        * configure.ac: Invoke AM_STDBOOL_H instead of gt_STDBOOL_H.
index 9dc860fb3036195ee23e62b70244457ff8759c2a..65cb7729e0c452ae6bb28b0149e4c95b3153767a 100644 (file)
@@ -53,8 +53,9 @@ dnl Checks for compiler output filename suffixes.
 AC_OBJEXT
 AC_EXEEXT
 
-dnl Make sure we see all GNU extensions.
+dnl Make sure we see all GNU and Solaris extensions.
 AC_GNU_SOURCE
+gl_USE_SYSTEM_EXTENSIONS
 
 dnl Check for build configuration.
 AC_LIBTOOL_WIN32_DLL
index bf8ef4dd3384dc228eaf13fb29b5c12cd6b8a101..9cbd85f7b4d754a860d909b6b368ec9d8a12760d 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-23  Bruno Haible  <bruno@clisp.org>
+
+       * configure.ac: Invoke gl_USE_SYSTEM_EXTENSIONS.
+
 2003-08-23  Bruno Haible  <bruno@clisp.org>
 
        * windows/fnmatch.h: Include fnmatch_.h.
index 0315828637167ccc6a4001a94f953f77e13d313f..758e12d91d23f2bd4edc0b0cc319dd483b89dd11 100644 (file)
@@ -70,8 +70,9 @@ dnl Checks for compiler output filename suffixes.
 AC_OBJEXT
 AC_EXEEXT
 
-dnl Make sure we see all GNU extensions.
+dnl Make sure we see all GNU and Solaris extensions.
 AC_GNU_SOURCE
+gl_USE_SYSTEM_EXTENSIONS
 
 dnl Check for build configuration.
 AC_LIBTOOL_WIN32_DLL