From ce26c316751e7dbe844d5069731da9de32507ea3 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Sat, 11 Jul 2009 03:50:41 +0200 Subject: autoconf: disable Fortran/C++ checks For some reason, libtool wants to check for Fortran and C++ compilers, which takes some time. Disable these checks to speed up ./configure runs. --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4cc0d53..fb09fb6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,10 @@ AC_PREREQ(2.60a) AC_INIT(libass, 0.9.6) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([shave]) -AM_PROG_LIBTOOL +# Disable C++/Fortran checks +define([AC_LIBTOOL_LANG_CXX_CONFIG], [:]) +define([AC_LIBTOOL_LANG_F77_CONFIG], [:]) +AC_PROG_LIBTOOL AC_CONFIG_SRCDIR([libass/ass.c]) AC_CONFIG_HEADER([config.h]) -- cgit v1.2.3