From: Stephan Witt Date: Fri, 18 Jan 2013 20:17:18 +0000 (+0100) Subject: add support for automake 1.13 X-Git-Tag: 2.1.0beta1~899 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b9d5328daeebd072d32197bd2abf5387fbff1464;p=features.git add support for automake 1.13 --- diff --git a/autogen.sh b/autogen.sh index b03318f9a6..8eb194ed6d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,12 +16,12 @@ test "$automake_version" != "" && { } case $automake_version in - *' '1.[8-9]*|*' '1.1[012]*) + *' '1.[8-9]*|*' '1.1[0123]*) ;; *) echo "This automake version is not supported by LyX." - echo "LyX only supports automake 1.8 to 1.12." + echo "LyX only supports automake 1.8 to 1.13." exit 1 ;; esac