From 6fbe5ea3bb92b9f038c08e232a26a7bee57ba3e1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 7 Nov 2008 08:11:20 +0100 Subject: [PATCH] configure.ac: disable libtool libtool isn't required for the ncmpc build process, it only causes massive slowdown. --- autogen.sh | 4 ---- configure.ac | 5 ----- 2 files changed, 9 deletions(-) diff --git a/autogen.sh b/autogen.sh index a984084..1ab5e4c 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 diff --git a/configure.ac b/configure.ac index 15b1441..72ef133 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.30.2