bug-gnulib
[Top][All Lists]
Advanced

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

Re: [3/7] Proposed patches to remove several inttypes-related dependenci


From: Eric Blake
Subject: Re: [3/7] Proposed patches to remove several inttypes-related dependencies
Date: Fri, 22 Apr 2011 04:09:56 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.9

On 04/22/2011 03:54 AM, Paul Eggert wrote:
> +     strtoll: remove dependency on strtol
> +     This is so that 'configure' need not check for strtol merely because
> +     the application needs strtoll.
> +     * modules/strtoll (Files): Add lib/strtol.c.
> +     (Depends-on): Remove strtol.
> +
>       strtoumax: remove dependency on strtoimax, strtoull
>       This is like the strtoimax change.
>       * modules/strtoumax (Files): Add lib/strtoimax.c, lib/strtol.c,
> diff --git a/modules/strtoll b/modules/strtoll
> index 738c9ef..8295e83 100644
> --- a/modules/strtoll
> +++ b/modules/strtoll
> @@ -2,13 +2,13 @@ Description:
>  strtoll() function: convert string to 'long long'.
>  
>  Files:
> +lib/strtol.c
>  lib/strtoll.c
>  m4/longlong.m4
>  m4/strtoll.m4
>  
>  Depends-on:
>  stdlib
> -strtol

Nice.  Also goes for patches 4, 5, 6.

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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