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      ())_.  [EMAIL PROTECTED],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