X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Finttostr;h=6bbec2895560537a93eace32579961c74efefe64;hb=98ceac18596c7520e9c022fa64431b48ee22b4d7;hp=03db568a9674f5e501c978fcf226573c249c13f7;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/inttostr b/modules/inttostr index 03db568a9..6bbec2895 100644 --- a/modules/inttostr +++ b/modules/inttostr @@ -2,11 +2,13 @@ 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 +lib/uinttostr.c m4/inttostr.m4 Depends-on: @@ -17,13 +19,18 @@ configure.ac: gl_INTTOSTR Makefile.am: -EXTRA_DIST += imaxtostr.c inttostr.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