strtoll: remove dependency on strtol
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Apr 2011 06:27:44 +0000 (23:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Apr 2011 06:32:18 +0000 (23:32 -0700)
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.

ChangeLog
modules/strtoll

index 8abcf2d..ae96221 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-04-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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.
+
 2011-04-22  Paul Eggert  <eggert@cs.ucla.edu>
 
        inttypes: Move some configure check to module 'imaxdiv'.
index 738c9ef..8295e83 100644 (file)
@@ -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
 
 configure.ac:
 gl_FUNC_STRTOLL
@@ -24,4 +24,3 @@ LGPL
 
 Maintainer:
 glibc
-