Autoconf 2.61 has been released, and it works with LyX

http://www.mail-archive.com/autotools-announce@gnu.org/msg00023.html

	* autogen.sh: allow for autoconf 2.61


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16223 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2006-12-10 01:33:05 +00:00
parent f98de1605f
commit b34e6317f6

View File

@ -38,12 +38,12 @@ test "$autoversion" != "" && {
}
case $autoversion in
*' '2.5[2-9]|*' '2.60|*' '2.60a)
*' '2.5[2-9]|*' '2.60[ab]|*' '2.6[0-1])
EXTRA_ACINCLUDE_FILES="lyxinclude25x.m4"
;;
*)
echo "This autoconf version is not supported by LyX."
echo "LyX only supports autoconf 2.5[2-9]-2.60[a]."
echo "LyX only supports autoconf 2.52-2.61."
exit 1
;;
esac