From: Nick Bowler Date: Thu, 27 Dec 2007 18:38:02 +0000 (-0500) Subject: Convince autoconf to not emit useless C++/Fortran checks. X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/commitdiff_plain/d9499ea5ae7564bf4eceb0717e0b7c2c0da85969 Convince autoconf to not emit useless C++/Fortran checks. --- diff --git a/configure.ac b/configure.ac index db3ff63..5883fd9 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,10 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_CC_C99 AC_C_BIGENDIAN +dnl Dirty hack to disable useless C++/Fortran checks +AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [:]) +AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [:]) + AC_PROG_LIBTOOL AC_CONFIG_FILES([