From: Bruno Haible Date: Sat, 23 Aug 2003 15:54:16 +0000 (+0000) Subject: Invoke gl_USE_SYSTEM_EXTENSIONS. X-Git-Tag: v0.13~333 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3a83c167e04ffdda6efc10c320f9ff417d40292;p=thirdparty%2Fgettext.git Invoke gl_USE_SYSTEM_EXTENSIONS. --- diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index 4064567ca..213c312ed 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,3 +1,7 @@ +2003-08-23 Bruno Haible + + * configure.ac: Invoke gl_USE_SYSTEM_EXTENSIONS. + 2003-08-23 Bruno Haible * configure.ac: Invoke AM_STDBOOL_H instead of gt_STDBOOL_H. diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac index 9dc860fb3..65cb7729e 100644 --- a/gettext-runtime/configure.ac +++ b/gettext-runtime/configure.ac @@ -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 diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index bf8ef4dd3..9cbd85f7b 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2003-08-23 Bruno Haible + + * configure.ac: Invoke gl_USE_SYSTEM_EXTENSIONS. + 2003-08-23 Bruno Haible * windows/fnmatch.h: Include fnmatch_.h. diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 031582863..758e12d91 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -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