Hi all,
I committed the attached patch to reflect current situation on Darwin.
It's only comment work so I took it as obvious.
Andreas
2007-05-18 Andreas Tobler <[EMAIL PROTECTED]>
* autogen.sh (have_libtool): Update comments for Darwin.
Index: autogen.sh
===================================================================
RCS file: /cvsroot/classpath/classpath/autogen.sh,v
retrieving revision 1.19
diff -u -r1.19 autogen.sh
--- autogen.sh 22 Apr 2007 16:51:36 -0000 1.19
+++ autogen.sh 18 May 2007 20:18:14 -0000
@@ -28,9 +28,9 @@
echo "You must have libtool 1.5 installed to compile $PROJECT."
echo "Install the appropriate package for your distribution,"
echo "or get the source tarball at http://ftp.gnu.org/gnu/libtool/"
- echo "For Darwin you need the latest stable (1.5.18) to support"
- echo "Frameworks linking. Also, you have to point ACLOCAL_FLAGS"
- echo "to this libtool/share/aclocal."
+ echo "For Darwin you need the latest stable (1.5.22) to support"
+ echo "Frameworks linking. Also, you have to point"
+ echo "LOCAL_AUTORECONF_FLAGS to this libtool/share/aclocal."
DIE=1
fi