X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Finttostr;h=495ef25cf57f43c7d8315bb2fcdc5d22aacf0593;hb=bfbd822767f532ab05e24bda5b67b992f3562321;hp=b17445194f2e36b44c0c67ff14b2d9db17faf919;hpb=eef56b544e01755a52fdfbf204e6f2d5800efd21;p=gnulib.git diff --git a/modules/inttostr b/modules/inttostr index b17445194..495ef25cf 100644 --- a/modules/inttostr +++ b/modules/inttostr @@ -2,31 +2,36 @@ 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/longlong.m4 -m4/uintmax_t.m4 Depends-on: +intprops +stdint +verify configure.ac: gl_INTTOSTR Makefile.am: -EXTRA_DIST += inttostr.c -lib_SOURCES += imaxtostr.c inttostr.h offtostr.c umaxtostr.c +lib_SOURCES += \ + imaxtostr.c \ + inttostr.c \ + offtostr.c \ + uinttostr.c \ + umaxtostr.c Include: "inttostr.h" License: -GPL +LGPL Maintainer: Paul Eggert