aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2013-09-11 14:40:35 +0300
committerLasse Collin <lasse.collin@tukaani.org>2013-09-11 14:40:35 +0300
commitae0ab74a88d5b9b15845f1d9a24ade4349a54f9f (patch)
tree063c77ec7f2d768c341a13ae7b657fe06e0bd5b5 /configure.ac
parentBuild: Create liblzma.pc in a src/liblzma/Makefile.am. (diff)
downloadxz-ae0ab74a88d5b9b15845f1d9a24ade4349a54f9f.tar.xz
Build: Remove a comment about Automake 1.10 from configure.ac.
The previous commit supports silent rules and that requires Automake 1.11.
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fb0a52cb..4c5eff5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -443,8 +443,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