libtool-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] libtool on cygwin [3/4]: libtool doesn't exist at configurat


From: Gary V. Vaughan
Subject: Re: [PATCH] libtool on cygwin [3/4]: libtool doesn't exist at configuration time
Date: Wed, 05 Nov 2003 17:50:02 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20030925 Thunderbird/0.3

2003-07-12  Charles Wilson  <address@hidden>

* m4/libtool.m4: protect quotes in cygwin's $postinstall_cmds and $postuninstall_cmds, which were broken by gvv change of 2003-10-21.

Eek! That suggests to me that the autoquoting in AC_LIBTOOL_CONFIG is broken :-( I had a suspicion that the variables passed in arg3 of AC_CONFIG_COMMANDS should be quote escaped.

Rejecting this part of your patch. It would be more general to pass each of the variables that go through config.status (and are single-quote delimited) through something like:

    postinstall_cmds='`echo "X$postinstall_cmds" | $Xsed "s,','\\\\\\''"`'

in arg3 to AC_CONFIG_COMMANDS.

Does that work for you?

Cheers,
        Gary.
--
  ())_.  Gary V. Vaughan    gary@(lilith.warpmail.net|gnu.org)
  ( '/   Research Scientist http://www.oranda.demon.co.uk       ,_())____
  / )=   GNU Hacker         http://www.gnu.org/software/libtool  \'      `&
`(_~)_   Tech' Author       http://sources.redhat.com/autobook   =`---d__/





reply via email to

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