Build: Remove a comment about Automake 1.10 from configure.ac.

The previous commit supports silent rules and that requires
Automake 1.11.
This commit is contained in:
Lasse Collin 2013-09-11 14:40:35 +03:00
parent 72975df6c8
commit ae0ab74a88
1 changed files with 0 additions and 2 deletions

View File

@ -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