]> git.lyx.org Git - lyx.git/commitdiff
update some comments
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 10 Aug 2002 12:56:27 +0000 (12:56 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 10 Aug 2002 12:56:27 +0000 (12:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4928 a592a061-630c-0410-9148-cb99ea01b6c8

autogen.sh

index e32a01219b0984ac526f5d75e5b3ff983e87782f..93be0416fd1f9604cf463add4fd3336d26ca2677 100755 (executable)
@@ -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
        ;;