]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Assume autoconf-2.50 or newer.
authorBruno Haible <bruno@clisp.org>
Wed, 4 May 2005 10:56:47 +0000 (10:56 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:33 +0000 (12:12 +0200)
gettext-runtime/intl/Makefile.in
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/po.m4
gettext-runtime/po/ChangeLog
gettext-runtime/po/Makefile.in.in
gettext-tools/po/ChangeLog
gettext-tools/po/Makefile.in.in

index 25499c0f12644f0c385f58833c83d8a4601231a4..1820f53745c21a5c4c52c764cf2dade8fefa89aa 100644 (file)
@@ -493,7 +493,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        cd $(top_builddir) && $(SHELL) ./config.status
 # This would be more efficient, but doesn't work any more with autoconf-2.57,
 # when AC_CONFIG_FILES([intl/Makefile:somedir/Makefile.in]) is used.
-#      cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+#      cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
 # Tell versions [3.59,3.63) of GNU make not to export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
index 00db8f0ab370d4765b64f11065249c1a83fa9e86..bf6dafa590129cc229f9c163bfac3be5386b0eec 100644 (file)
@@ -1,3 +1,9 @@
+2005-03-13  Bruno Haible  <bruno@clisp.org>
+
+       * po.m4 (AM_PO_SUBDIRS): Use AC_CONFIG_COMMANDS instead of
+       AC_OUTPUT_COMMANDS.
+       Suggested by Alexandre Duret-Lutz <adl@src.lip6.fr>.
+
 2005-04-30  Bruno Haible  <bruno@clisp.org>
 
        * gettext.m4 (AM_INTL_SUBDIR): Remove CPPFLAGS addition for
index f2795eea0ca42665ceedb08f4dd90f79c25bfe1f..f1c48ed24fb907da47fac8546ecb83fc538ad113 100644 (file)
@@ -1,4 +1,4 @@
-# po.m4 serial 7 (gettext-0.14.3)
+# po.m4 serial 8 (gettext-0.15)
 dnl Copyright (C) 1995-2005 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -86,7 +86,7 @@ AC_DEFUN([AM_PO_SUBDIRS],
     rm -f messages.po
   fi
 
-  AC_OUTPUT_COMMANDS([
+  AC_CONFIG_COMMANDS([po-directories], [[
     for ac_file in $CONFIG_FILES; do
       # Support "outfile[:infile[:infile...]]"
       case "$ac_file" in
@@ -197,7 +197,7 @@ AC_DEFUN([AM_PO_SUBDIRS],
         fi
         ;;
       esac
-    done],
+    done]],
    [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
     # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
     # from automake.
index d77d00383e939ed14bbb9c3a1715d8a6eec73e6b..9d3bc37d512d9b6a435c0f5809cc7e78efe97e36 100644 (file)
@@ -1,3 +1,9 @@
+2005-03-13  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.in.in (Makefile): Call config.status with calling convention
+       supported since autoconf-2.50.
+       Suggested by Alexandre Duret-Lutz <adl@src.lip6.fr>.
+
 2005-04-11  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.4 released.
index 1f5cc285dea50cfe19b7b700f7aa967c5db28eab..cbee426d1c8974b1a004f239bdaeb4353e7ffc01 100644 (file)
@@ -8,7 +8,7 @@
 # Please note that the actual code of GNU gettext is covered by the GNU
 # General Public License and is *not* in the public domain.
 #
-# Origin: gettext-0.14.4
+# Origin: gettext-0.15
 
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
@@ -374,8 +374,7 @@ update-gmo: Makefile $(GMOFILES)
 
 Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@
        cd $(top_builddir) \
-         && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
-              $(SHELL) ./config.status
+         && $(SHELL) ./config.status $(subdir)/$@.in po-directories
 
 force:
 
index 7be8ec400ce11231f228ca88218b65cd906a2942..504dfbcbe9a085b0ae463874b8a477adef8c5bec 100644 (file)
@@ -1,3 +1,9 @@
+2005-03-13  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.in.in (Makefile): Call config.status with calling convention
+       supported since autoconf-2.50.
+       Suggested by Alexandre Duret-Lutz <adl@src.lip6.fr>.
+
 2005-04-11  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.4 released.
index 1f5cc285dea50cfe19b7b700f7aa967c5db28eab..cbee426d1c8974b1a004f239bdaeb4353e7ffc01 100644 (file)
@@ -8,7 +8,7 @@
 # Please note that the actual code of GNU gettext is covered by the GNU
 # General Public License and is *not* in the public domain.
 #
-# Origin: gettext-0.14.4
+# Origin: gettext-0.15
 
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
@@ -374,8 +374,7 @@ update-gmo: Makefile $(GMOFILES)
 
 Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@
        cd $(top_builddir) \
-         && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
-              $(SHELL) ./config.status
+         && $(SHELL) ./config.status $(subdir)/$@.in po-directories
 
 force: