getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strtoumax
index c2d615ec5b6d9f0015437eb07c4cba337c393d2b..7ad6846913328694ac1a58968ec3b0aeabaa8ad9 100644 (file)
@@ -8,10 +8,10 @@ m4/longlong.m4
 m4/strtoumax.m4
 
 Depends-on:
-strtoull
-verify
 inttypes-incomplete
-stdint
+verify          [test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no]
+stdint          [test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no]
+strtoull        [test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no && test $ac_cv_type_unsigned_long_long_int = yes]
 
 configure.ac:
 gl_FUNC_STRTOUMAX
@@ -23,7 +23,7 @@ Include:
 <inttypes.h>
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Paul Eggert