summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-01-28 20:29:20 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-01-28 20:29:20 +0000
commit22f64c4ebb06ef98ecc8a395cb07170030489b0c (patch)
tree19c87272c7d587d1c1bb54759c55dbebc231f7bf /autogen.sh
parentba8acbbe4732cc57e3f0eaed47347f9e802c9aa5 (diff)
downloadpango-22f64c4ebb06ef98ecc8a395cb07170030489b0c.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-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 857f9864..998259a2 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