]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
No need to call AM_NLS twice.
authorBruno Haible <bruno@clisp.org>
Tue, 21 Feb 2006 11:44:46 +0000 (11:44 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:00 +0000 (12:13 +0200)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/gettext.m4

index 12d0002c30cbc5a546c221bb2849452ad7a19171..91d03d91ddb70ab18c7f53a8b6a8cde81d1cc806 100644 (file)
@@ -1,3 +1,9 @@
+2006-02-21  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.m4 (AM_GNU_GETTEXT): Invoke AM_NLS through AC_REQUIRE, not
+       directly.
+       Reported by Ron <ron@debian.org>.
+
 2005-11-21  Bruno Haible  <bruno@clisp.org>
 
        * gettext.m4 (AM_INTL_SUBDIR): Invoke gt_LC_MESSAGES always, since we
index dd5875fa37def22aa44c1c64219bf1d2d5b6d96d..629e104f1570943a89f4017aa723eac10c8f861a 100644 (file)
@@ -1,5 +1,5 @@
-# gettext.m4 serial 44 (gettext-0.15)
-dnl Copyright (C) 1995-2005 Free Software Foundation, Inc.
+# gettext.m4 serial 45 (gettext-0.15)
+dnl Copyright (C) 1995-2006 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -94,7 +94,7 @@ AC_DEFUN([AM_GNU_GETTEXT],
   gt_INTL_MACOSX
 
   dnl Set USE_NLS.
-  AM_NLS
+  AC_REQUIRE([AM_NLS])
 
   ifelse(gt_included_intl, yes, [
     BUILD_INCLUDED_LIBINTL=no