>>>>> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes:

Jose'>   Even on a Friday I think that I will start to think about
Jose'> changing to scons, after all I get stunned everytime I see
Jose'> configure searching for fortran and fortran 95 when testing for
Jose'> lyx requirements.

Why not just apply the following patch?

See the gentoo guy comment:
http://comments.gmane.org/gmane.comp.sysutils.autoconf.general/6848

Libtool 2.0 is supposed to fix that.

JMarc

Index: configure.ac
===================================================================
--- configure.ac	(revision 14354)
+++ configure.ac	(working copy)
@@ -144,6 +144,8 @@
 LYX_USE_INCLUDED_BOOST
 
 ### Setup libtool
+m4_undefine([AC_PROG_F77])
+m4_defun([AC_PROG_F77],[])
 AC_DISABLE_SHARED
 AC_LIBTOOL_WIN32_DLL
 #AM_PROG_LIBTOOL

Reply via email to