+2013-05-29 Stefano Lattarini <stefano.lattarini@gmail.com> (tiny change)
+
+ * configure.ac (AM_INIT_AUTOMAKE): Add 'parallel-tests' option.
+ Require Automake 1.11.1 or later, so that the 'parallel-tests'
+ will be certainly available.
+ (AC_INIT): Require Autoconf 2.62 or later; that is the minimal
+ version supported by Automake 1.11.1 or later.
+ * autogen.sh: Update version number requirement for Autoconf.
+
2013-05-20 Pavel Kharitonov <ineiev@gnu.org> (tiny change)
Add --previous option to msgattrib.
# also regenerates all aclocal.m4, config.h.in, Makefile.in, configure files
# with new versions of autoconf or automake.
#
-# This script requires autoconf-2.60..2.69 and automake-1.11.1..1.12 in the
+# This script requires autoconf-2.62..2.69 and automake-1.11.1..1.12 in the
# PATH.
# It also requires either
# - the GNULIB_TOOL environment variable pointing to the gnulib-tool script
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ([2.59])
+AC_PREREQ([2.62])
AC_INIT
AC_CONFIG_SRCDIR([gettext-tools/src/msgfmt.c])
AC_CONFIG_AUX_DIR([build-aux])
. $srcdir/version.sh
gl_INIT_PACKAGE([gettext], [$VERSION_NUMBER])
-AM_INIT_AUTOMAKE([silent-rules])
+AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests])
dnl Override automake's tar command used for creating distributions.
am__tar='${AMTAR} chof - --owner=root --group=root "$$tardir"'
+2013-05-29 Stefano Lattarini <stefano.lattarini@gmail.com> (tiny change)
+
+ * configure.ac (AM_INIT_AUTOMAKE): Add 'parallel-tests' option.
+ Require Automake 1.11.1 or later, so that the 'parallel-tests'
+ will be certainly available.
+ (AC_INIT): Require Autoconf 2.62 or later; that is the minimal
+ version supported by Automake 1.11.1 or later.
+
2012-12-27 Daiki Ueno <ueno@gnu.org>
* configure.ac (WOE32DLL): New conditional.
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ([2.59])
+AC_PREREQ([2.62])
AC_INIT
AC_CONFIG_SRCDIR([intl/dcigettext.c])
AC_CONFIG_AUX_DIR([../build-aux])
. $srcdir/../version.sh
gl_INIT_PACKAGE([gettext-runtime], [$VERSION_NUMBER])
-AM_INIT_AUTOMAKE([silent-rules])
-AC_CONFIG_HEADERS([config.h])
+AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests])
+AM_CONFIG_HEADER([config.h])
dnl Installation directories.
test "$docdir" != '${datarootdir}/doc/${PACKAGE}' || docdir='${datarootdir}/doc/gettext'
+2013-05-29 Stefano Lattarini <stefano.lattarini@gmail.com> (tiny change)
+
+ * configure.ac (AM_INIT_AUTOMAKE): Add 'parallel-tests' option.
+ Require Automake 1.11.1 or later, so that the 'parallel-tests'
+ will be certainly available.
+ (AC_INIT): Require Autoconf 2.62 or later; that is the minimal
+ version supported by Automake 1.11.1 or later.
+
2013-04-26 Daiki Ueno <ueno@gnu.org>
Support for Python brace format.
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ([2.59])
+AC_PREREQ([2.62])
AC_INIT
AC_CONFIG_SRCDIR([src/msgfmt.c])
AC_CONFIG_AUX_DIR([../build-aux])
. $srcdir/../version.sh
gl_INIT_PACKAGE([gettext-tools], [$VERSION_NUMBER])
-AM_INIT_AUTOMAKE([silent-rules])
-AC_CONFIG_HEADERS([config.h])
+AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests])
+AM_CONFIG_HEADER([config.h])
dnl Installation directories.
test "$docdir" != '${datarootdir}/doc/${PACKAGE}' || docdir='${datarootdir}/doc/gettext'
+2013-05-29 Stefano Lattarini <stefano.lattarini@gmail.com> (tiny change)
+
+ * Makefile.am (TESTS_ENVIRONMENT): Remove $(SHELL).
+ (LOG_COMPILER): Define to $(SHELL).
+
2013-05-29 Daiki Ueno <ueno@gnu.org>
Avoid temp file name collisions in test scripts.
LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
LOCALE_JA='@LOCALE_JA@' \
host_os='@host_os@' \
- CONFIG_SHELL='$(SHELL)' \
- $(SHELL)
+ CONFIG_SHELL='$(SHELL)'
+
+LOG_COMPILER = $(SHELL)
# Update the expected test results.
update-expected: xg-c-1.ok.po