summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-16 15:57:30 +0000
committerDavid Robillard <d@drobilla.net>2008-01-16 15:57:30 +0000
commit9ed34d303980e322634eb57b60ad03812a33b506 (patch)
treed9348a0e415ce9af91a9218020e3f7c8caacc5cb /autogen.sh
parentb83ce0b6712e9dc119dc6fa38c58932c60321ed1 (diff)
downloadlilv-9ed34d303980e322634eb57b60ad03812a33b506.tar.gz
lilv-9ed34d303980e322634eb57b60ad03812a33b506.tar.bz2
lilv-9ed34d303980e322634eb57b60ad03812a33b506.zip
Documentation and mac port fixes.
git-svn-id: http://svn.drobilla.net/lad/slv2@1064 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index c6d51e5..7af4389 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,10 +3,9 @@
echo 'Generating necessary files...'
rm -rf config
mkdir -p config
-# Mac
-if [ -x "`which glibtoolize`" ]; then
+if [ -x "`which glibtoolize`" ]; then # OSX
glibtoolize --force
-else
+else # Unix
libtoolize --force
fi
aclocal