I demand that Russ Allbery may or may not have written...

> Steve Greenland <[EMAIL PROTECTED]> writes:
>> And, for example, all of a sudden (autoconf 2.5, I think) every/many
>> (newly generated or regenerated) configure script starting checking for
>> C++ compilers, Fortran compilers, etc. etc. etc. even for pure C projects.

> This is a libtool bug.

I'm using the following workaround for gxine (due to the browser plugin):

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

before invoking any A[CM]*LIBTOOL*.

-- 
| Darren Salt    | linux or ds at              | nr. Ashington, | Toon
| RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army
| + Burn less waste. Use less packaging. Waste less.     USE FEWER RESOURCES.

I'd like to, but I have to answer all of my "occupant" letters.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to