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 090c69dda5
commit fc9eaf81d7
1 changed files with 0 additions and 2 deletions

View File

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