diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2013-09-11 14:40:35 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2014-04-26 08:30:00 +0300 |
commit | fc9eaf81d718488b052e5c65f9d6f08acc858873 (patch) | |
tree | 8da0051edf6f3d5d5e2a0cfea6459e56808938cf | |
parent | Build: Create liblzma.pc in a src/liblzma/Makefile.am. (diff) | |
download | xz-fc9eaf81d718488b052e5c65f9d6f08acc858873.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.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
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 |