bug-gnulib
[Top][All Lists]
Advanced

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

strtoull depends on stdlib


From: Ralf Wildenhues
Subject: strtoull depends on stdlib
Date: Wed, 10 Dec 2008 22:08:07 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

Hello gnulib maintainers,

  gnulib-tool --with-tests --test strtoull

gives me

configure.ac:112: warning: gl_STDLIB_H_DEFAULTS is m4_require'd but not 
m4_defun'd
glm4/strtoull.m4:7: gl_FUNC_STRTOULL is expanded from...
configure.ac:27: gl_INIT is expanded from...
configure.ac:112: the top level
executing autoconf
configure.ac:112: warning: gl_STDLIB_H_DEFAULTS is m4_require'd but not 
m4_defun'd
glm4/strtoull.m4:7: gl_FUNC_STRTOULL is expanded from...
configure.ac:27: gl_INIT is expanded from...
configure.ac:112: the top level
configure.ac:42: error: possibly undefined macro: gl_STDLIB_MODULE_INDICATOR
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure:3934: error: possibly undefined macro: gl_STDLIB_H_DEFAULTS


OK to apply?

Thanks,
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:




reply via email to

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