On Wed, Apr 24, 2002 at 03:59:18PM +0200, Artur Frysiak wrote:
> Hello
> Acording to:
> 2001-10-08  Akim Demaille  <[EMAIL PROTECTED]>
> 
>         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
>         (m4_provide_if): this.
>         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
>         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
>         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
>         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
> 
> from autoconf ChangeLog, libtool.m4 need change all
> ifdef(AC_PROVIDE_MACRO_NAME, foo, bar)
> to 
> AC_PROVIDE_IFELSE([MACRO_NAME], [foo], [bar])
> Without this change detecting dlopen() and win32 dll capability are
> imposible.
> Jakub Bogusz <[EMAIL PROTECTED]> make patch fixing this issue.

Hello
I don't see this patch in CVS.
Is this fix wrong ?

Regards
-- 
Artur Frysiak
http://www.pld.org.pl/

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to