bug-gnulib
[Top][All Lists]
Advanced

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

Re: strtoull depends on stdlib


From: Bruno Haible
Subject: Re: strtoull depends on stdlib
Date: Sun, 14 Dec 2008 02:14:31 +0100
User-agent: KMail/1.9.9

Hello Ralf,

>       * modules/strtoull (Depends-on): Add stdlib.
> 
> diff --git a/modules/strtoull b/modules/strtoull
> index 0347b7e..a7dea16 100644
> --- a/modules/strtoull
> +++ b/modules/strtoull
> @@ -8,6 +8,7 @@ m4/strtoull.m4
>  
>  Depends-on:
>  unistd
> +stdlib
>  strtoul
>  
>  configure.ac:

Yes, thanks for fixing this. The problem originated in
<http://lists.gnu.org/archive/html/bug-gnulib/2008-10/msg00346.html>,
which mistakenly added 'unistd' to the dependencies. It can be removed.


2008-12-13  Bruno Haible  <address@hidden>

        * modules/strtoull (Depends-on): Remove unistd.

--- modules/strtoull.orig       2008-12-14 02:14:01.000000000 +0100
+++ modules/strtoull    2008-12-14 02:11:13.000000000 +0100
@@ -7,7 +7,6 @@
 m4/strtoull.m4
 
 Depends-on:
-unistd
 stdlib
 strtoul
 




reply via email to

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