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: Gary V. Vaughan
Subject: Re: libtool--gary--1.0--patch-36
Date: Mon, 09 Aug 2004 15:38:46 +0100
User-agent: Mozilla Thunderbird 0.7 (X11/20040615)

Hi Peter,

Peter O'Gorman wrote:
> I applied this locally, now bootstrap tells me:
> autoreconf: running: /usr/local/bin/autoconf --force
> configure.ac:170: warning: AC_PROG_SED is m4_require'd but is not
> m4_defun'd
> configure.ac:170: AC_PROG_SED is required by...
> m4/libtool.m4:5800: _LT_DECL_SED is expanded from...
> configure.ac:170: _LT_DECL_SED is required by...
> m4/libtool.m4:2338: LT_PATH_LD is expanded from...
> configure.ac:170: LT_PATH_LD is required by...
> m4/libtool.m4:198: _LT_SETUP is expanded from...
> m4/libtool.m4:73: LT_INIT is expanded from...
> configure.ac:170: the top level

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

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],

And if that works, I'll incorporate that into the changeset before I commit.

Cheers,
        Gary.
-- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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