]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Test for glibc2.
authorBruno Haible <bruno@clisp.org>
Tue, 3 Feb 2004 11:04:45 +0000 (11:04 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:47 +0000 (12:11 +0200)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/gettext.m4

index d1236006aadaaf7daccb7101babdfbf884cbf5dc..646c6f7a9fbcc04f4bcbb6013ac520ff5b6c1257 100644 (file)
@@ -1,3 +1,9 @@
+2004-02-02  Bruno Haible  <bruno@clisp.org>
+
+       * glibc2.m4: New file.
+       * gettext.m4 (AM_INTL_SUBDIR): Require gt_GLIBC2.
+       * Makefile.am (EXTRA_DIST): Add glibc2.m4.
+
 2004-01-29  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.1 released.
index a374f03fa57f13f72b6e29a0a86a50228a3d2d01..78193c339a832dd1a3507696a745770c54f26cc9 100644 (file)
@@ -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