libtool
[Top][All Lists]
Advanced

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

Re: removing g++ / g77 checks when using AM_PROG_LIBTOOL


From: Vincent Torri
Subject: Re: removing g++ / g77 checks when using AM_PROG_LIBTOOL
Date: Fri, 2 May 2008 08:28:12 +0200 (CEST)


Hey,

* Vincent Torri wrote on Thu, May 01, 2008 at 03:56:11PM CEST:
what is the best way to remove the checks of g++ and g77 when using
AM_PROG_LIBTOOL ?

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

This one.

thank you

Note that the library can be used on old distributions, which can not be
upgraded to support newer libtool.

That's a straw man.  There is no need to run libtoolize on those
distributions.  Your tarball already contains all the stuff from
the new Libtool.

but it's possible that they need to run autogen.sh for a reason or another.

Vincent Torri




reply via email to

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