summaryrefslogtreecommitdiffstats
path: root/autogen.sh
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
commit7329c8f94172006e31c04cf4539f7c9765c6aab1 (patch)
tree3dab0725ac3e272aa3203baf618096df6108c5a4 /autogen.sh
parent5c24064f179d2d3b838d9b4bcfeb1d6c516ea3bb (diff)
downloadpatchage-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-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