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: Gary V. Vaughan
Subject: Re: support standalone libltdl [libtool--gary--1.0--patch-23]
Date: Fri, 19 Aug 2005 18:43:56 +0100
User-agent: Mozilla Thunderbird 1.0 (X11/20050305)

Hallo Ralf!

Ralf Wildenhues wrote:
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'.

See what newline?

Do you mean like this:

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

I'll fix this before I commit once I understand it! :-)

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]