mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
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:
parent
090c69dda5
commit
fc9eaf81d7
1 changed files with 0 additions and 2 deletions
|
@ -416,8 +416,6 @@ fi
|
||||||
echo
|
echo
|
||||||
echo "Initializing Automake:"
|
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])
|
AM_INIT_AUTOMAKE([1.12 foreign tar-v7 filename-length-max=99 serial-tests])
|
||||||
AC_PROG_LN_S
|
AC_PROG_LN_S
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue