From: Christian Bauer Date: Thu, 20 Mar 2003 19:35:40 +0000 (+0000) Subject: fixed typo X-Git-Tag: release_1-0-15~40 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=cb83832adc13e5cca268c8fe0c6c0c98f0cc821e fixed typo --- diff --git a/autogen.sh b/autogen.sh index f616b792..801264e6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 }