diff options
author | Max Kellermann <max@duempel.org> | 2008-11-07 08:11:20 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-07 08:11:20 +0100 |
commit | 6fbe5ea3bb92b9f038c08e232a26a7bee57ba3e1 (patch) | |
tree | e6e04cb64d3b924048e61597c3ae1ba929cd6675 /autogen.sh | |
parent | ad7a32601ee0a123e7b14c8d28e6c71a59f0b7c3 (diff) | |
download | mpd-6fbe5ea3bb92b9f038c08e232a26a7bee57ba3e1.tar.gz mpd-6fbe5ea3bb92b9f038c08e232a26a7bee57ba3e1.tar.xz mpd-6fbe5ea3bb92b9f038c08e232a26a7bee57ba3e1.zip |
configure.ac: disable libtool
libtool isn't required for the ncmpc build process, it only causes
massive slowdown.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh index a9840849b..1ab5e4cdf 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,10 +8,6 @@ touch stamp-h echo "aclocal..." aclocal -I $PWD/m4 -# rerun libtoolize -echo "libtoolize..." -libtoolize --force - # This generates the configure script from configure.in echo "autoconf..." autoconf |