aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-06-15 04:45:00 +0000
committerDavid Robillard <d@drobilla.net>2007-06-15 04:45:00 +0000
commit5d9accc520810a41f7269ea0af420e9e58962c85 (patch)
tree46ae49f5e31100053697d0c496f3cf7b0c672dba
parent2996898c6d9f931ddd25c8a3c4cc36651f1a1c8e (diff)
downloadmachina-5d9accc520810a41f7269ea0af420e9e58962c85.tar.gz
machina-5d9accc520810a41f7269ea0af420e9e58962c85.tar.bz2
machina-5d9accc520810a41f7269ea0af420e9e58962c85.zip
Just use automake instead of automake-1.9, etc.
Set default value for LV2 plugin controls. Set GUI control range to always include value. git-svn-id: http://svn.drobilla.net/lad/machina@538 a436a847-0d15-0410-975c-d299462d15a1
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 197c6c7..9da0b41 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
echo 'Generating necessary files...'
libtoolize --copy --force
-aclocal-1.9
+aclocal
autoheader
-automake-1.9 --gnu --add-missing
+automake --gnu --add-missing
autoconf