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 <[EMAIL PROTECTED]>, 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  -- [EMAIL PROTECTED]



_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to