summaryrefslogtreecommitdiff
path: root/modules/imaxabs
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-04-25 19:33:14 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-04-26 12:18:14 -0700
commit23e09df46ae150007e6208af1be628fd2d63d986 (patch)
tree7e02a9f0568745cb9cdb3223e9536b9d697d0266 /modules/imaxabs
parent537168321f3784bb33330f5df6b9b169075ba833 (diff)
downloadgnulib-23e09df46ae150007e6208af1be628fd2d63d986.tar.gz
inttypes-incomplete: new module
* m4/inttypes.m4 (gl_INTTYPES_INCOMPLETE): New macro, containing all but the PRI* and SCN* parts of gl_INTTYPES_H. (gl_INTTYPES_PRI_SCN): New macro, containing the PRI* and SCN* parts of gl_INTTYPES_H. (gl_INTTYPES_H): Rewrite in terms of these new macros. (gl_INTTYPES_H_DEFAULTS): Provide defaults for the PRI* and SCN* parts, in case gl_INTTYPE_PRI_SCN is not invoked. * modules/imaxabs, modules/imaxdiv, modules/strtoimax (Depends-on): * modules/strtoumax, modules/xstrtol (Depends-on): Depend on inttypes-incomplete, not inttypes. * modules/inttypes-incomplete: New module, containing the contents of the old modules/inttypes module, except that the Files: section omits m4/inttypes-pri.m4, and the configure.ac section invokes gl_INTTYPES_INCOMPLETE rather than gl_INTTYPES_H. * modules/inttypes (Files): Remove lib/inttypes.in.h, m4/inttypes.m4. (Depends-on): Depend only on inttypes-incomplete. (Makefile.am): Remove everything; this is now in inttypes-incomplete.
Diffstat (limited to 'modules/imaxabs')
-rw-r--r--modules/imaxabs2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/imaxabs b/modules/imaxabs
index 481486d145..8da390f736 100644
--- a/modules/imaxabs
+++ b/modules/imaxabs
@@ -6,7 +6,7 @@ lib/imaxabs.c
m4/imaxabs.m4
Depends-on:
-inttypes
+inttypes-incomplete
configure.ac:
gl_FUNC_IMAXABS