From 6fbe5ea3bb92b9f038c08e232a26a7bee57ba3e1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 7 Nov 2008 08:11:20 +0100 Subject: configure.ac: disable libtool libtool isn't required for the ncmpc build process, it only causes massive slowdown. --- autogen.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'autogen.sh') 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 -- cgit v1.2.3