]> www.ginac.de Git - ginac.git/commitdiff
fixed typo
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 20 Mar 2003 19:35:40 +0000 (19:35 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 20 Mar 2003 19:35:40 +0000 (19:35 +0000)
autogen.sh

index f616b792577af61f907d2fe4768b1bb4cc2a1e41..801264e60e0bb5d47e9c6ada6681f288ad472db4 100755 (executable)
@@ -41,7 +41,7 @@ esac
        echo
        echo "**Error**: Missing aclocal. The version of automake"
        echo "installed doesn't appear recent enough."
-       echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz"
+       echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.4.tar.gz"
        echo "(or a newer version if it is available)"
        DIE=1
 }