Libtool mainline uses Autotest and a section
m4_divert_push([PREPARE_TESTS])
...
m4_divert_pop([PREPARE_TESTS])
to set some values, e.g.,
eval `$LIBTOOL --config | grep '^EGREP='`
This fails with Autoconf mainline now (after the recent patches) because
$LIBTOOL is not set yet; it is set
> m4_divert_push([PREPARE_TESTS])
> ...
> m4_divert_pop([PREPARE_TESTS])
Hmm. Just reordering things would fix this even if I don't get
autotest patched. Call AT_INIT prior to m4_divert_push,
so that autotest's text is output to the PREPARE_TESTS
diversion prior to libtool's text.
--
Er
I applied this to HEAD.
Peter
--
Peter O'Gorman
http://pogma.com
2008-01-29 Peter O'Gorman <[EMAIL PROTECTED]>
* libltdl/m4/libtool.m4 [darwin]: Changes to glob pattern matching
to be safer.
Index: libltdl/m4/libtool.m4
===
Hi,
This is a backport of the recent darwin changes in HEAD.
Committed to branch-1-5.
Peter
--
Peter O'Gorman
http://pogma.com
2008-01-30 Peter O'Gorman <[EMAIL PROTECTED]>
Backport darwin support reorganization from HEAD.
* libtool.m4 [darwin]: Check for nmedit and dsymutil with
AC_CHEC
* Gary V. Vaughan wrote on Tue, Jan 29, 2008 at 08:44:51AM CET:
> On 29 Jan 2008, at 06:45, Ralf Wildenhues wrote:
>
>> I haven't reviewed your last two pending patches yet (but I'm not
>> telling you to wait for me).
>
> Every little helps, even if you don't have time for a thorough review...
You