We already support autoconf 2.57; this just tells him

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6761 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-04-10 09:38:31 +00:00
parent 516cd4e901
commit f08f3a9d1f
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-03-27 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* INSTALL: mention --enable-maintainer-mode

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