aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-03 01:32:43 +0000
committerDavid Robillard <d@drobilla.net>2008-10-03 01:32:43 +0000
commit69c44871c2b64329956f090d37dd14495059f6db (patch)
treeb9120f31ec1511b521258b4f7ed046e0adbb5205 /autogen.sh
parent4c594ea3c56f6c13e9b21bfc882be70734d548f0 (diff)
Good riddance.
git-svn-id: http://svn.drobilla.net/lad/trunk/omins@1602 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index 25cfb35..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-echo 'Generating necessary files...'
-rm -rf config
-mkdir -p config
-libtoolize --force
-aclocal
-autoheader -Wall
-automake --foreign --add-missing -Wall
-autoconf
-