From: Lasse Collin Date: Wed, 11 Sep 2013 11:40:35 +0000 (+0300) Subject: Build: Remove a comment about Automake 1.10 from configure.ac. X-Git-Tag: v5.0.6~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc9eaf81d718488b052e5c65f9d6f08acc858873;p=thirdparty%2Fxz.git Build: Remove a comment about Automake 1.10 from configure.ac. The previous commit supports silent rules and that requires Automake 1.11. --- diff --git a/configure.ac b/configure.ac index 168f0534..541181f1 100644 --- a/configure.ac +++ b/configure.ac @@ -416,8 +416,6 @@ fi echo echo "Initializing Automake:" -# Automake 1.10 should still be enough but you need to omit serial-tests. -dnl AM_INIT_AUTOMAKE([1.10 foreign tar-v7 filename-length-max=99]) AM_INIT_AUTOMAKE([1.12 foreign tar-v7 filename-length-max=99 serial-tests]) AC_PROG_LN_S