]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Build: Remove a comment about Automake 1.10 from configure.ac.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 11 Sep 2013 11:40:35 +0000 (14:40 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 26 Apr 2014 05:30:00 +0000 (08:30 +0300)
The previous commit supports silent rules and that requires
Automake 1.11.

configure.ac

index 168f05343cb63bb4820d8c1b78b5e6a5031081f9..541181f1381dd25a8f2634ed3bd4afe04c11b723 100644 (file)
@@ -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