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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Graveley <orph@mono-cvs.ximian.com>2001-08-17 00:09:33 +0400
committerAlex Graveley <orph@mono-cvs.ximian.com>2001-08-17 00:09:33 +0400
commit9bf5b00931da59af9e8eeecf182079575913fdea (patch)
treeeebe65488e41a2d142ae11d5b027fe22d7ebf1e6 /configure.in
parent04453aac7fb5173c7f0cb7bf40d239eb5a45ac0d (diff)
2001-08-16 Alex Graveley <alex@ximian.com>
* configure.in: Replace AM_PROG_LIBTOOL with AC_PROG_RANLIB. This removes libtool dependency on all of Mono. svn path=/trunk/mono/; revision=485
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a3e0106c20c..9551dca8cc9 100644
--- a/configure.in
+++ b/configure.in
@@ -9,7 +9,7 @@ AC_PROG_INSTALL
# Set STDC_HEADERS
AC_HEADER_STDC
-AM_PROG_LIBTOOL
+AC_PROG_RANLIB
dnl ***************************
dnl *** Checks for glib 1.2 ***