summaryrefslogtreecommitdiff
path: root/INSTALL.html
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2006-07-05 04:41:57 +0000
committerDave Beckett <dave@dajobe.org>2006-07-05 04:41:57 +0000
commit8d111cfade907c8fb5dfcc9ebd9fea2ea38a6ae7 (patch)
treedbd1ee0860db5f75e132d463a6e7b57b0190092a /INSTALL.html
parent85b67d6532a44c7c6f8cf6f8a0b7b9a422228b13 (diff)
downloadraptor-8d111cfade907c8fb5dfcc9ebd9fea2ea38a6ae7.tar.gz
Add OSX info for use of autogen.sh
Diffstat (limited to 'INSTALL.html')
-rw-r--r--INSTALL.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL.html b/INSTALL.html
index 507f4217..4483686d 100644
--- a/INSTALL.html
+++ b/INSTALL.html
@@ -76,6 +76,15 @@ below for what these are):</p>
./autogen.sh --prefix=/usr/local/somewhere
</pre>
+<blockquote>
+<p>On OSX you may have to explicitly set the <code>LIBTOOLIZE</code>
+variable for the <code>libtoolize</code> utility since on
+OSX <code>libtoolize</code> is a different program:</p>
+<pre>
+ LIBTOOLIZE=glibtoolize ./autogen.sh
+</pre>
+</blockquote>
+
<p>Alternatively you can run them by hand with:</p>
<pre>
aclocal; autoheader; automake --add-missing; autoconf