support for autoconf 2.57

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6762 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-04-10 10:07:58 +00:00
parent 73102c2cba
commit 04e2698e41
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-04-10 Angus Leeming <leeming@lyx.org>
* autogen.sh: We support autoconf 2.57, so tell the user.
2003-04-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* status: update

View File

@ -29,7 +29,7 @@ case $autoversion in
;;
*)
echo "This autoconf version is not supported by LyX."
echo "LyX only supports autoconf 2.13 and 2.5[236]."
echo "LyX only supports autoconf 2.13 and 2.5[2367]."
exit
;;
esac