autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

removing g++ / g77 checks when using AM_PROG_LIBTOOL


From: Vincent Torri
Subject: removing g++ / g77 checks when using AM_PROG_LIBTOOL
Date: Thu, 1 May 2008 07:58:08 +0200 (CEST)


Hey,

what is the best way to remove the checks of g++ and g77 when using AM_PROG_LIBTOOL ?

that one:

m4_undefine([AC_PROG_CXX])
m4_defun([AC_PROG_CXX],[])
m4_undefine([AC_PROG_F77])
m4_defun([AC_PROG_F77],[])

or that one

define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl

or something else ?

thank you

Vincent Torri




reply via email to

[Prev in Thread] Current Thread [Next in Thread]