summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStepan Kasal <skasal@src.gnome.org>2005-02-18 15:42:46 +0000
committerStepan Kasal <skasal@src.gnome.org>2005-02-18 15:42:46 +0000
commit279c8180ba5c1257f1a2a7263c8b66cc6b216343 (patch)
tree0b6d9337326da178f98413885949b30b0d34034e
parentfb9023329d581d156a1c77a9066e7a9e9726d240 (diff)
downloadgnome-common-279c8180ba5c1257f1a2a7263c8b66cc6b216343.tar.gz
fix the URL of automake-1.4
svn path=/trunk/; revision=3490
-rw-r--r--ChangeLog5
-rw-r--r--macros/autogen.sh4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 251ae17..ef58535 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-18 Stepan Kasal <kasal@ucw.cz>
+
+ * macros/autogen.sh: Fix the URL for Automake; don't recommend 1.3
+ when we need 1.4.
+
2005-01-03 James Henstridge <james@jamesh.id.au>
* macros2/gnome-common.m4 (GNOME_COMMON_INIT): add some code to
diff --git a/macros/autogen.sh b/macros/autogen.sh
index 199521f..ae570ee 100644
--- a/macros/autogen.sh
+++ b/macros/autogen.sh
@@ -75,7 +75,7 @@ fi
(automake-1.4 --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "**Error**: You must have \`automake' installed to compile $PKG_NAME."
- echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz"
+ 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
NO_AUTOMAKE=yes
@@ -87,7 +87,7 @@ test -n "$NO_AUTOMAKE" || (aclocal-1.4 --version) < /dev/null > /dev/null 2>&1 |
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/automake-1.4-p6.tar.gz"
echo "(or a newer version if it is available)"
DIE=1
}