From: Bruno Haible Date: Tue, 3 Feb 2004 11:04:45 +0000 (+0000) Subject: Test for glibc2. X-Git-Tag: v0.14.2~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46d62f24f677e07131118f9bc55610f4714d549c;p=thirdparty%2Fgettext.git Test for glibc2. --- diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index d1236006a..646c6f7a9 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -1,3 +1,9 @@ +2004-02-02 Bruno Haible + + * glibc2.m4: New file. + * gettext.m4 (AM_INTL_SUBDIR): Require gt_GLIBC2. + * Makefile.am (EXTRA_DIST): Add glibc2.m4. + 2004-01-29 Bruno Haible * gettext-0.14.1 released. diff --git a/gettext-runtime/m4/gettext.m4 b/gettext-runtime/m4/gettext.m4 index a374f03fa..78193c339 100644 --- a/gettext-runtime/m4/gettext.m4 +++ b/gettext-runtime/m4/gettext.m4 @@ -1,5 +1,5 @@ -# gettext.m4 serial 28 (gettext-0.13) -dnl Copyright (C) 1995-2003 Free Software Foundation, Inc. +# gettext.m4 serial 29 (gettext-0.15) +dnl Copyright (C) 1995-2004 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General dnl Public License, this file may be distributed as part of a program @@ -350,6 +350,7 @@ AC_DEFUN([AM_INTL_SUBDIR], AC_REQUIRE([AM_MKINSTALLDIRS])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl + AC_REQUIRE([gt_GLIBC2])dnl AC_REQUIRE([AC_PROG_RANLIB])dnl AC_REQUIRE([AC_ISC_POSIX])dnl AC_REQUIRE([AC_HEADER_STDC])dnl