Code

configure.ac: disable libtool
authorMax Kellermann <max@duempel.org>
Fri, 7 Nov 2008 07:11:20 +0000 (08:11 +0100)
committerMax Kellermann <max@duempel.org>
Fri, 7 Nov 2008 07:11:20 +0000 (08:11 +0100)
libtool isn't required for the ncmpc build process, it only causes
massive slowdown.

autogen.sh
configure.ac

index a9840849b16169c9bf8adbbd4ee15fdaaa0e9c9a..1ab5e4cdff656c8b65e79429f78a6a2ee98005f2 100755 (executable)
@@ -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
index 15b1441d071273c4191a650ef058b3ce46ecd451..72ef133120fb0b9062483d439f4fcdff15f5b808 100644 (file)
@@ -8,14 +8,9 @@ AM_INIT_AUTOMAKE([gnu 1.6 dist-bzip2])
 AM_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
-dnl Remove the check for c++ and fortran compiler
-m4_defun([_LT_AC_LANG_CXX_CONFIG], [:])
-m4_defun([_LT_AC_LANG_F77_CONFIG], [:])
-
 dnl Check for programs
 AC_PROG_CC_C99
 AC_PROG_INSTALL
-AC_PROG_LIBTOOL
 
 dnl =======================================================
 dnl initialize variables