summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-04-08 23:54:06 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-04-08 23:54:06 +0000
commitb2bd0cfb4e1e214914fe212f81dbc7a93c2f6203 (patch)
treeb6d28eda5819322ed6c03f7755f59048f1e618e3
parentcfa9ba9476e03dc29b5a402739b833a8d2a185ec (diff)
downloadgnome-common-b2bd0cfb4e1e214914fe212f81dbc7a93c2f6203.tar.gz
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=187
-rw-r--r--macros/ChangeLog5
-rw-r--r--macros/autogen.sh6
-rw-r--r--macros/gnome-support.m42
3 files changed, 9 insertions, 4 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 02441ff..153fa24 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,8 @@
+1998-04-08 Raja R Harinath <harinath@cs.umn.edu>
+
+ * autogen.sh: Update to list newer versions of packages.
+ * gnome-support.m4 (AC_REPLACE_FUNCS): Add `scandir'.
+
1998-03-31 Raja R Harinath <harinath@cs.umn.edu>
* gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf.
diff --git a/macros/autogen.sh b/macros/autogen.sh
index 31624d6..d2a39c8 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
}
diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4
index a2b618a..c4b88b4 100644
--- a/macros/gnome-support.m4
+++ b/macros/gnome-support.m4
@@ -57,7 +57,7 @@ AC_DEFUN([GNOME_SUPPORT_CHECKS],[
LIBOBJS="$LIBOBJS easy-vsnprintf.o",
LIBOBJS="$LIBOBJS vsnprintf.o")])
- AC_REPLACE_FUNCS(strtok_r strcasecmp strndup strnlen vasprintf)
+ AC_REPLACE_FUNCS(scandir strtok_r strcasecmp strndup strnlen vasprintf)
if test "$LIBOBJS" != ""; then
need_gnome_support=yes