summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.org>2007-05-18 20:18:52 +0000
committerAndreas Tobler <a.tobler@schweiz.org>2007-05-18 20:18:52 +0000
commite32434f4bbf3736ad602b4d3c1db89f26ed57595 (patch)
tree0c8013b3c934d6c75f436079a5a36e175274c2dd /autogen.sh
parent76ac22c61bbf8c759f06c96d0021af0b5854a404 (diff)
downloadclasspath-e32434f4bbf3736ad602b4d3c1db89f26ed57595.tar.gz
2007-05-18 Andreas Tobler <a.tobler@schweiz.org>
* autogen.sh (have_libtool): Update comments for Darwin.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 32011aa1d..3e46cff1d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -28,9 +28,9 @@ if $have_libtool ; then : ; else
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