summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2013-09-11 14:40:35 +0300
committerLasse Collin <lasse.collin@tukaani.org>2014-04-26 08:30:00 +0300
commitfc9eaf81d718488b052e5c65f9d6f08acc858873 (patch)
tree8da0051edf6f3d5d5e2a0cfea6459e56808938cf
parent090c69dda59e00fc86d0792879bd921bb1156029 (diff)
downloadxz-fc9eaf81d718488b052e5c65f9d6f08acc858873.tar.gz
Build: Remove a comment about Automake 1.10 from configure.ac.
The previous commit supports silent rules and that requires Automake 1.11.
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 168f053..541181f 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