From: Bruno Haible Date: Mon, 12 May 2003 20:10:00 +0000 (+0000) Subject: Oops, fix last patch. X-Git-Tag: v0.12~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=388c23368af27e26eb71f2ffca8549a9c9fafa9f;p=thirdparty%2Fgettext.git Oops, fix last patch. --- diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index aaaa5e8f5..8d553b302 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,6 +1,6 @@ 2003-05-12 Bruno Haible - * 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 diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac index 3cb711d8f..0d5a72abd 100644 --- a/gettext-runtime/configure.ac +++ b/gettext-runtime/configure.ac @@ -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. diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 3d1f70bed..63b2ec7fb 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,6 +1,6 @@ 2003-05-12 Bruno Haible - * 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 diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 63112ad78..3717e93ac 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -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.