diff options
author | David Robillard <d@drobilla.net> | 2008-01-16 15:57:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-16 15:57:30 +0000 |
commit | 9ed34d303980e322634eb57b60ad03812a33b506 (patch) | |
tree | d9348a0e415ce9af91a9218020e3f7c8caacc5cb /autogen.sh | |
parent | b83ce0b6712e9dc119dc6fa38c58932c60321ed1 (diff) | |
download | lilv-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-x | autogen.sh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |