From: Stefano Lattarini Date: Thu, 30 Aug 2012 14:58:14 +0000 (+0200) Subject: build: require Automake >= 1.11.2 X-Git-Tag: v8.20~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8381e35e240361dd7e0cd08edc6e619205d545a2;p=thirdparty%2Fcoreutils.git build: require Automake >= 1.11.2 Now that we use AM_TESTS_ENVIRONMENT, we must require Automake >= 1.11.2. * configure.ac (AM_INIT_AUTOMAKE): Bump version requirement to 1.11.2. * bootstrap.conf ($buildreq): Likewise. --- diff --git a/bootstrap.conf b/bootstrap.conf index eab6606123..27b5302ca2 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -309,7 +309,7 @@ gnulib_tool_option_extras="--tests-base=gnulib-tests --with-tests --symlink\ # Build prerequisites buildreq="\ autoconf 2.64 -automake 1.11.1 +automake 1.11.2 autopoint - bison - gettext 0.17 diff --git a/configure.ac b/configure.ac index 391b6bcfce..355dce3db3 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_CONFIG_SRCDIR([src/ls.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([lib/config.h:lib/config.hin]) -AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz color-tests parallel-tests +AM_INIT_AUTOMAKE([1.11.2 no-dist-gzip dist-xz color-tests parallel-tests subdir-objects]) AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.