diff options
author | David Robillard <d@drobilla.net> | 2007-07-24 06:48:02 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-07-24 06:48:02 +0000 |
commit | f8b4b09e42318eed8b7cd1fe6746fa4bc542771f (patch) | |
tree | d3abbf14b982d8176fa2810a47116c60fcf966b7 /autogen.sh | |
parent | b74cf92e1f101412df6071ee7c8bc5ed3fe4485e (diff) | |
download | patchage-f8b4b09e42318eed8b7cd1fe6746fa4bc542771f.tar.gz patchage-f8b4b09e42318eed8b7cd1fe6746fa4bc542771f.tar.bz2 patchage-f8b4b09e42318eed8b7cd1fe6746fa4bc542771f.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/patchage@610 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 9da0b41..0000000 --- a/autogen.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -echo 'Generating necessary files...' -libtoolize --copy --force -aclocal -autoheader -automake --gnu --add-missing -autoconf |