Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2008-01-24 03:14:03 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2008-01-24 03:14:03 +0300
commitc5c7021e73dce69ae72b99649a47e282c4fc8aa1 (patch)
tree276f2ee6f155b01e6360fee47be3be034de8afe6 /main/autogen.sh
parente65cbcddda3decd2751d9d2e5764805174cb5b87 (diff)
2008-01-23 Michael Hutchinson <mhutchinson@novell.com>
* autogen.sh: Update ftp addresses for packages. svn path=/trunk/monodevelop/; revision=93747
Diffstat (limited to 'main/autogen.sh')
-rwxr-xr-xmain/autogen.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/autogen.sh b/main/autogen.sh
index 4aa333342e..97b55537fa 100755
--- a/main/autogen.sh
+++ b/main/autogen.sh
@@ -12,15 +12,17 @@ test -z "$srcdir" && srcdir=.
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "**Error**: You must have \`autoconf' installed to compile MonoDevelop."
- echo "Download the appropriate package for your distribution,"
- echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
+ echo "Download the appropriate package for your distribution, or get the "
+ echo "source at ftp://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.61.tar.bz2 "
+ echo "(or a newer version if it is available)"
DIE=1
}
(automake --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "**Error**: You must have \`automake' installed to compile MonoDevelop."
- echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz"
+ echo "Download the appropriate package for your distribution, or get the "
+ echo "source at ftp://ftp.gnu.org/pub/gnu/automake/automake-1.10.1.tar.bz2 "
echo "(or a newer version if it is available)"
DIE=1
NO_AUTOMAKE=yes