diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-01-28 20:32:55 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-01-28 20:32:55 +0000 |
commit | c631fc658fcea15228cad509eca4d23d36e7758a (patch) | |
tree | 30863e46491a473597a9798fc0795a8ac2799311 /autogen.sh | |
parent | d7e98787e174d1e93f5d4faaacfc3b85f4486bcb (diff) | |
download | gtk+-c631fc658fcea15228cad509eca4d23d36e7758a.tar.gz |
Fix version in complaint message about automake. (#104366, Rich Burridge)
Tue Jan 28 15:18:24 2003 Owen Taylor <otaylor@redhat.com>
* autogen.sh (have_automake): Fix version in complaint
message about automake. (#104366, Rich Burridge)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index bb3e10d58b..39e7ea4a5a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -50,8 +50,8 @@ if automake-1.4 --version < /dev/null > /dev/null 2>&1 ; then fi if $have_automake ; then : ; else echo - echo "You must have automake 1.4-p1 installed to compile $PROJECT." - echo "Get ftp://ftp.gnu.org/pub/gnu/automake/automake-1.4-p1.tar.gz" + echo "You must have automake 1.4-p6 installed to compile $PROJECT." + echo "Get ftp://ftp.gnu.org/pub/gnu/automake/automake-1.4-p6.tar.gz" echo "(or a newer version if it is available)" DIE=1 fi |