aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-01 03:34:14 +0000
committerDavid Robillard <d@drobilla.net>2008-10-01 03:34:14 +0000
commit4c594ea3c56f6c13e9b21bfc882be70734d548f0 (patch)
treeb2e90e1d8f3e3009e1f3dcc972ad875dfe42d2fa /autogen.sh
parent46afd68b4e46e4381619ee8f2283fc743dd2d2e3 (diff)
Stand-alone autohell build system for omins.
git-svn-id: http://svn.drobilla.net/lad/trunk/omins@1571 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh11
1 files changed, 11 insertions, 0 deletions
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
+