[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_INIT regression
From: |
Eric Blake |
Subject: |
Re: AC_INIT regression |
Date: |
Tue, 20 Jul 2010 07:18:24 -0600 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Mnenhy/0.8.3 Thunderbird/3.0.5 |
On 07/20/2010 01:26 AM, Paolo Bonzini wrote:
> On 07/20/2010 12:16 AM, Eric Blake wrote:
>> At this point, I'm thinking of using AS_LITERAL_HEREDOC_IF plus one
>> additional check for "; all other uses of AC_PACKAGE_STRING and friends
>> appeared to be inside "", so it's just a documentation matter to mention
>> that these strings should be double-quoted for project-generic code
>> (such as automake), but an individual project that follows stricter
>> rules (such as coreutils version string always being a single shell
>> word) can get by with referencing AC_PACKAGE_VERSION outside double
>> quotes.
>
> Considering Automake does
>
> AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])
>
> I think that's fine, but since you are at it you should also check for
> single quotes.
Good point; patch for that coming up shortly.
--
Eric Blake address@hidden +1-801-349-2682
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- Re: AC_INIT regression, (continued)
- Re: AC_INIT regression, Ralf Wildenhues, 2010/07/13
- Re: AC_INIT regression, Ralf Wildenhues, 2010/07/15
- autoreconf -W [was: AC_INIT regression], Eric Blake, 2010/07/19
- [PATCH] Let autoreconf pass warning flags to new-enough aclocal., Ralf Wildenhues, 2010/07/20
- [PATCH] Let autoreconf pass warning flags to new-enough aclocal., Ralf Wildenhues, 2010/07/20
- Re: [PATCH] Let autoreconf pass warning flags to new-enough aclocal., Eric Blake, 2010/07/20
- Re: AC_INIT regression, Eric Blake, 2010/07/19
- Re: AC_INIT regression, Eric Blake, 2010/07/19
- [PATCH] Fix up AC_INIT vs. " issues, and document it., Eric Blake, 2010/07/19
- Re: AC_INIT regression, Paolo Bonzini, 2010/07/20
- Re: AC_INIT regression,
Eric Blake <=
- Re: AC_INIT regression, Eric Blake, 2010/07/20
- Re: AC_INIT regression, Eric Blake, 2010/07/20
- [PATCH] Also reject ' from AC_INIT strings., Eric Blake, 2010/07/20