summaryrefslogtreecommitdiffstats
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
commitf6486f7a6fbbf80c0c68e3cb0a3ae0b4f62a24cc (patch)
treed9b457aa27a811888d3fe9637b412094e303befa /autogen.sh
parent0cb30e720eee2577f1602d53ac9d9e99b70841ee (diff)
downloadpatchage-f6486f7a6fbbf80c0c68e3cb0a3ae0b4f62a24cc.tar.gz
patchage-f6486f7a6fbbf80c0c68e3cb0a3ae0b4f62a24cc.tar.bz2
patchage-f6486f7a6fbbf80c0c68e3cb0a3ae0b4f62a24cc.zip
Good riddance.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@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
-