aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.ac5
2 files changed, 0 insertions, 9 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
diff --git a/configure.ac b/configure.ac
index 15b1441d0..72ef13312 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