aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-04-26 09:50:24 +0100
committerJoão Valverde <j@v6e.pt>2016-05-10 15:15:48 +0000
commit2bc2b3e686df39bb655c54b101b11537507fb5a3 (patch)
treeb44daa1175a59d123e6db89ea6cbe9969146d981 /autogen.sh
parente4237b14d038899f15401fbf9ef1bda6dda874f6 (diff)
Require automake 1.11 and move AM_SILENT_RULES macro
Change-Id: I94468dd971db7cb196be1e62ce529a70789256c5 Reviewed-on: https://code.wireshark.org/review/15255 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index d4d435056f..a9bf30575e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -73,14 +73,14 @@ esac
AMVER=`$AUTOMAKE --version | grep '^automake' | sed 's/.*) *//'`
case "$AMVER" in
-1.9* | 1.[1][0-9]*)
+1.11* | 1.1[2-9]*)
;;
*)
cat >&2 <<_EOF_
- You must have automake 1.9 or later installed to compile $PROJECT.
+ You must have automake 1.11 or later installed to compile $PROJECT.
Download the appropriate package for your distribution/OS,
or get the source tarball at ftp://ftp.gnu.org/pub/gnu/automake/
_EOF_