From 5d9accc520810a41f7269ea0af420e9e58962c85 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 15 Jun 2007 04:45:00 +0000 Subject: 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 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') 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 -- cgit v1.2.1