summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-24 06:48:02 +0000
committerDavid Robillard <d@drobilla.net>2007-07-24 06:48:02 +0000
commitfcb302e6248527b2f1fb655f4d0a64af18f5f059 (patch)
tree2e2c63cca8152ddf1e284b6dbd96ac2f3f048f56 /autogen.sh
parentd5499ab3d093225a7090042790f39ecf6a732f52 (diff)
downloadraul-fcb302e6248527b2f1fb655f4d0a64af18f5f059.tar.gz
raul-fcb302e6248527b2f1fb655f4d0a64af18f5f059.tar.bz2
raul-fcb302e6248527b2f1fb655f4d0a64af18f5f059.zip
Removed recursive autohell, except for SLv2.
Always build against local copies, hopefully fixing broken compilation against outdated system versions. git-svn-id: http://svn.drobilla.net/lad/raul@610 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index fd00b8c..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-echo 'Generating necessary files...'
-libtoolize --copy --force
-aclocal
-#autoheader -Wall
-automake --gnu --add-missing -Wall
-autoconf
-