X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=886d54fee6dd008dc745b043ffde41e40dd57957;hb=3ddb4c5389da0b20f761551c9463caea66f04d85;hp=52ca5ca39b7ec581c64103cb17fc4f355047b6f7;hpb=dd214d3accc2c7d78daa8e46a1dc3ad5d27ef620;p=lyx.git diff --git a/autogen.sh b/autogen.sh index 52ca5ca39b..886d54fee6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -15,16 +15,6 @@ test "$automake_version" != "" && { exit 1 } -case $automake_version in - *' '1.1[456]*) - ;; - *) - echo "This automake version is not supported by LyX." - echo "LyX only supports automake 1.14 through 1.16." - exit 1 - ;; -esac - # Discover what version of autoconf we are using. autoversion=`$AUTOCONF --version 2>/dev/null | head -n 1` @@ -35,18 +25,6 @@ test "$autoversion" != "" && { exit 1 } -case $autoversion in - *' '2.6[5-9]) - ;; - *' '2.71) - ;; - *) - echo "This autoconf version is not supported by LyX." - echo "LyX only supports autoconf 2.65-2.69, 2.71." - exit 1 - ;; -esac - # Delete old cache directories. # automake will stop if their contents was created by an earlier version. rm -rf autom4te.cache