libtool-patches
[Top][All Lists]
Advanced

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

Re: HEAD: Kill two showstoppers at once


From: Ralf Wildenhues
Subject: Re: HEAD: Kill two showstoppers at once
Date: Tue, 30 Aug 2005 14:09:24 +0200
User-agent: Mutt/1.4.1i

* Ralf Wildenhues wrote on Tue, Aug 30, 2005 at 01:46:42PM CEST:
> The ltoptions machinery has one little bug.  Two showstoppers are the
> result of this: AC_DISABLE_STATIC not working, and AC_LIBTOOL_WIN32_DLL
> not working.  (The other old-style option setting macros don't work
> either, I believe):
> 
> To reproduce:

Shorter way to reproduce:

m4_include(ltoptions.m4)
m4_divert(0)
_LT_SET_OPTION([shared])
_LT_SET_OPTIONS
m4_undivert(0)

vs.

m4_include(ltoptions.m4)
m4_divert(0)
_LT_SET_OPTIONS([shared])
m4_undivert(0)

Treating both with (lightly hackish)
  autom4te --language=m4sh foo.m4 -o output
does not produce identical output.

Cheers,
Ralf




reply via email to

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