libtool
[Top][All Lists]
Advanced

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

getting libtool to not call AC_PROG_FC and AC_PROG_F77...


From: Ed Hartnett
Subject: getting libtool to not call AC_PROG_FC and AC_PROG_F77...
Date: Tue, 16 Jan 2007 15:30:54 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Howdy all!

I am using autoconf 2.60, and libtool:

libtool --version
ltmain.sh (GNU libtool 1.2272 2006/02/20 19:39:16) 2.1a
Written by Gordon Matzigkeit <address@hidden>, 1996

When I call AC_PROG_LIBTOOL it seems to call AC_PROG_F77 and
AC_PROG_FC, but I don't want it to.

I already call these autoconf macros, and control the order of the
compilers that are tested. I want my own order, not the default order.

But then these macros are called again by the libtool macro, which
mucks up the settings.

Is there any way to tell libtool that I've already called these
macros, and they should not be called again?

Thanks!

Ed


-- 
Ed Hartnett  -- address@hidden





reply via email to

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