diff options
author | David Robillard <d@drobilla.net> | 2007-06-15 04:45:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-06-15 04:45:00 +0000 |
commit | 5d9accc520810a41f7269ea0af420e9e58962c85 (patch) | |
tree | 46ae49f5e31100053697d0c496f3cf7b0c672dba | |
parent | 2996898c6d9f931ddd25c8a3c4cc36651f1a1c8e (diff) | |
download | machina-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-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |