From ae0ab74a88d5b9b15845f1d9a24ade4349a54f9f Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 11 Sep 2013 14:40:35 +0300 Subject: [PATCH] Build: Remove a comment about Automake 1.10 from configure.ac. The previous commit supports silent rules and that requires Automake 1.11. --- configure.ac | 2 -- 1 file changed, 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