diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2013-09-11 14:40:35 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2013-09-11 14:40:35 +0300 |
commit | ae0ab74a88d5b9b15845f1d9a24ade4349a54f9f (patch) | |
tree | 063c77ec7f2d768c341a13ae7b657fe06e0bd5b5 /configure.ac | |
parent | Build: Create liblzma.pc in a src/liblzma/Makefile.am. (diff) | |
download | xz-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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 |