summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-02-17 01:42:50 +0000
committerDavid Robillard <d@drobilla.net>2008-02-17 01:42:50 +0000
commit8528011e19f061258f1723645d7202305b529f0e (patch)
tree6cd67c50642e64f6aac453dd39706d1210f53327 /autogen.sh
parent454fa2352be82f42f7131924dafa50e7fcf7d219 (diff)
downloadlilv-8528011e19f061258f1723645d7202305b529f0e.tar.gz
lilv-8528011e19f061258f1723645d7202305b529f0e.tar.bz2
lilv-8528011e19f061258f1723645d7202305b529f0e.zip
Update Swig/Python bindings.
git-svn-id: http://svn.drobilla.net/lad/slv2@1145 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 7af4389..c741953 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ if [ -x "`which glibtoolize`" ]; then # OSX
else # Unix
libtoolize --force
fi
-aclocal
+aclocal -I m4
autoheader -Wall
automake --foreign --add-missing
autoconf