summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ad7a326)
raw | patch | inline | side by side (parent: ad7a326)
author | Max Kellermann <max@duempel.org> | |
Fri, 7 Nov 2008 07:11:20 +0000 (08:11 +0100) | ||
committer | Max 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.
massive slowdown.
autogen.sh | patch | blob | history | |
configure.ac | patch | blob | history |
diff --git a/autogen.sh b/autogen.sh
index a9840849b16169c9bf8adbbd4ee15fdaaa0e9c9a..1ab5e4cdff656c8b65e79429f78a6a2ee98005f2 100755 (executable)
--- a/autogen.sh
+++ b/autogen.sh
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 15b1441d071273c4191a650ef058b3ce46ecd451..72ef133120fb0b9062483d439f4fcdff15f5b808 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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