From 4c594ea3c56f6c13e9b21bfc882be70734d548f0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Oct 2008 03:34:14 +0000 Subject: Stand-alone autohell build system for omins. git-svn-id: http://svn.drobilla.net/lad/trunk/omins@1571 a436a847-0d15-0410-975c-d299462d15a1 --- autogen.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 autogen.sh (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..25cfb35 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +echo 'Generating necessary files...' +rm -rf config +mkdir -p config +libtoolize --force +aclocal +autoheader -Wall +automake --foreign --add-missing -Wall +autoconf + -- cgit v1.2.1