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 | 7329c8f94172006e31c04cf4539f7c9765c6aab1 (patch) | |
tree | 3dab0725ac3e272aa3203baf618096df6108c5a4 /autogen.sh | |
parent | 5c24064f179d2d3b838d9b4bcfeb1d6c516ea3bb (diff) | |
download | patchage-7329c8f94172006e31c04cf4539f7c9765c6aab1.tar.gz patchage-7329c8f94172006e31c04cf4539f7c9765c6aab1.tar.bz2 patchage-7329c8f94172006e31c04cf4539f7c9765c6aab1.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/patchage@538 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'autogen.sh')
-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 |