X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Finttostr;h=9eecea8800cd3715f1313a33e95f2f24aa7e8b13;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=f070d3f3906eb25eb87aa90753474a043aca5b32;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/inttostr b/modules/inttostr index f070d3f39..9eecea880 100644 --- a/modules/inttostr +++ b/modules/inttostr @@ -2,30 +2,35 @@ Description: Convert integers to printable strings. Files: +lib/anytostr.c lib/imaxtostr.c 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 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 +LGPLv2+ Maintainer: Paul Eggert