diff options
author | Raja R Harinath <harinath@src.gnome.org> | 1998-04-09 07:54:06 +0800 |
---|---|---|
committer | Raja R Harinath <harinath@src.gnome.org> | 1998-04-09 07:54:06 +0800 |
commit | 95839b6f9ab433ab5d8c99b342568b060c20e637 (patch) | |
tree | d002129380db8aaa06ada31b988fbf7d18008915 /macros/autogen.sh | |
parent | 9bb0572b2caf451f7b91b7ff17eed75a0a9292da (diff) | |
download | gsoc2013-evolution-95839b6f9ab433ab5d8c99b342568b060c20e637.tar gsoc2013-evolution-95839b6f9ab433ab5d8c99b342568b060c20e637.tar.gz gsoc2013-evolution-95839b6f9ab433ab5d8c99b342568b060c20e637.tar.bz2 gsoc2013-evolution-95839b6f9ab433ab5d8c99b342568b060c20e637.tar.lz gsoc2013-evolution-95839b6f9ab433ab5d8c99b342568b060c20e637.tar.xz gsoc2013-evolution-95839b6f9ab433ab5d8c99b342568b060c20e637.tar.zst gsoc2013-evolution-95839b6f9ab433ab5d8c99b342568b060c20e637.zip |
Update to list newer versions of packages. Add `scandir'.
* autogen.sh: Update to list newer versions of packages.
* gnome-support.m4 (AC_REPLACE_FUNCS): Add `scandir'.
svn path=/trunk/; revision=117
Diffstat (limited to 'macros/autogen.sh')
-rw-r--r-- | macros/autogen.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh index 31624d6b97..d2a39c8237 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -14,7 +14,7 @@ DIE=0 (libtool --version) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: You must have "\`libtool\'" installed to compile Gnome." - echo "Get ftp://alpha.gnu.org/gnu/libtool-1.0h.tar.gz" + echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2.tar.gz" echo "(or a newer version if it is available)" DIE=1 } @@ -22,7 +22,7 @@ DIE=0 (automake --version) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: You must have "\`automake\'" installed to compile Gnome." - echo "Get ftp://ftp.cygnus.com/pub/home/tromey/automake-1.2d.tar.gz" + echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz" echo "(or a newer version if it is available)" DIE=1 NO_AUTOMAKE=yes @@ -34,7 +34,7 @@ test -n "$NO_AUTOMAKE" || (aclocal --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.cygnus.com/pub/home/tromey/automake-1.2d.tar.gz" + echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz" echo "(or a newer version if it is available)" DIE=1 } |