libtool-patches
[Top][All Lists]
Advanced

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

Re: support standalone libltdl [libtool--gary--1.0--patch-23]


From: Ralf Wildenhues
Subject: Re: support standalone libltdl [libtool--gary--1.0--patch-23]
Date: Fri, 13 May 2005 15:19:28 +0200
User-agent: Mutt/1.4.1i

* Ralf Wildenhues wrote on Fri, May 13, 2005 at 02:13:26PM CEST:
> * Gary V. Vaughan wrote on Tue, Apr 26, 2005 at 03:13:17PM CEST:
> > 
> > This changeset requires autoconf and automake patched according to:

> > But I think it is fine for HEAD to rely on CVS autoconf/automake, although
> > I don't want to commit until the above patches are in too.
> 
> I've tried it now, with patched automake as per outstanding patch.

Another bug:

Makefile.am:
+       $(SED) '/^# ### BEGIN /,/^# ### END / \
+           { s,libltdl_,,; s,libltdl/,,; s,: libltdl/,: ,; \
+             s,\$$(libltdl_,$$(,; p; }; \
+           d' $$in >> $$out;

This is not going to work on AIX, because the sed will not see the
newline.  Please use `sed -n'.

Regards,
Ralf




reply via email to

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