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.
+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
-# 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,
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
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.
+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.
# 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@
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:
+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.
# 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@
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: