Upgrade to autoconf 2.64

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30859 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-08-04 11:49:24 +00:00
parent 7771fedf9c
commit c1fa134b90

View File

@ -38,11 +38,11 @@ test "$autoversion" != "" && {
case $autoversion in case $autoversion in
*' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-3]) *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-4])
;; ;;
*) *)
echo "This autoconf version is not supported by LyX." echo "This autoconf version is not supported by LyX."
echo "LyX only supports autoconf 2.59c-2.63." echo "LyX only supports autoconf 2.59c-2.64."
exit 1 exit 1
;; ;;
esac esac