update some comments

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4928 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-08-10 12:56:27 +00:00
parent e483de1c7e
commit ac7459f7ac

View File

@ -5,19 +5,17 @@ autoversion=`autoconf --version | head -n 1`
case $autoversion in
*2.13)
echo "2.13"
cp config/acconfig.h .
cp config/configure.in .
cp config/relyx_configure.in lib/reLyX/configure.in
;;
*2.53)
echo "2.53"
cp config/configure.ac .
cp config/relyx_configure.ac lib/reLyX/configure.ac
;;
*)
echo "You are running a version of autoconf that"
echo "we do not support."
echo "You are running autoconf $autoversion, that"
echo "version is not supported by LyX."
echo "LyX only supports autoconf 2.13 and 2.53."
exit
;;