X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Finttostr;h=6bbec2895560537a93eace32579961c74efefe64;hb=3864a29763baff1d01895a57f73729fd53cc5fbf;hp=a20647d6d1556d4eccc918b6875346d04768e5c4;hpb=f1549d4b3cca20e5b6943a114fc6d1e936bc9f30;p=gnulib.git diff --git a/modules/inttostr b/modules/inttostr index a20647d6d..6bbec2895 100644 --- a/modules/inttostr +++ b/modules/inttostr @@ -2,33 +2,35 @@ Description: Convert integers to printable strings. Files: +lib/anytostr.c lib/imaxtostr.c -lib/intprops.h lib/inttostr.c lib/inttostr.h lib/offtostr.c lib/umaxtostr.c -m4/intmax_t.m4 +lib/uinttostr.c m4/inttostr.m4 -m4/inttypes_h.m4 -m4/longlong.m4 -m4/stdint_h.m4 -m4/uintmax_t.m4 -m4/ulonglong.m4 Depends-on: +intprops +stdint configure.ac: gl_INTTOSTR Makefile.am: -EXTRA_DIST += inttostr.c +lib_SOURCES += \ + imaxtostr.c \ + inttostr.c \ + offtostr.c \ + uinttostr.c \ + umaxtostr.c Include: "inttostr.h" License: -GPL +LGPL Maintainer: Paul Eggert