libtool-patches
[Top][All Lists]
Advanced

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

Re: libtool--gary--1.0--patch-36


From: Peter O'Gorman
Subject: Re: libtool--gary--1.0--patch-36
Date: Tue, 10 Aug 2004 08:48:13 +0900
User-agent: Mozilla Thunderbird 0.6 (Macintosh/20040502)

Gary V. Vaughan wrote:

Do you run autoconf-2.59 (which doesn't ship AC_PROG_SED)?

Yes, I've been trying to stay with latest released tools.


If so, you've discovered what appears to be a latent bug in the replacement
AC_PROG_SED we ship in libtool.m4...  try changing line 5764 of libtool.m4
(post patch application) from:

  m4_define([AC_PROG_SED],

to

  AC_DEFUN([AC_PROG_SED],


Doing this seems to reduce the number of times the warning appears. Originally the whole thing appeared 4 times (maybe 5, but way more than once) during bootstrap, after this patch it appears only once. However changing to m4_defun([AC_PROG_SED], like it asks removes the warning altogether.

Anyway, need coffee and breakfast.

Peter
--
Peter O'Gorman - http://www.pogma.com




reply via email to

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