summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-02-07 05:31:08 +0000
committerDavid Robillard <d@drobilla.net>2007-02-07 05:31:08 +0000
commit390ba15e0f31f3645857d94a2408173c60d4b198 (patch)
treeb7c600682a414cd01b1073eef49d82e632a0c8a8 /autogen.sh
parent39d5400b39c8089287d5d294becae1268d232d31 (diff)
downloadingen-390ba15e0f31f3645857d94a2408173c60d4b198.tar.gz
ingen-390ba15e0f31f3645857d94a2408173c60d4b198.tar.bz2
ingen-390ba15e0f31f3645857d94a2408173c60d4b198.zip
Abstracted out "Connectable" concept in FlowCanvas (towards connecting things other than ports).
Fixes for SLV2 API changes. git-svn-id: http://svn.drobilla.net/lad/ingen@287 a436a847-0d15-0410-975c-d299462d15a1
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 95fbeb99..0d998dc1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,8 +2,8 @@
echo 'Generating necessary files...'
libtoolize --copy --force
-aclocal
-autoheader
-automake --gnu --add-missing
+aclocal-1.9
+autoheader -Wall
+automake-1.9 --gnu --add-missing
autoconf