Really require autoconf-2.57.
[gnulib.git] / modules / inttostr
index 2b46d79..7f819ba 100644 (file)
@@ -3,12 +3,14 @@ Convert integers to printable strings.
 
 Files:
 lib/imaxtostr.c
+lib/intprops.h
 lib/inttostr.c
 lib/inttostr.h
 lib/offtostr.c
 lib/umaxtostr.c
 m4/intmax_t.m4
 m4/inttostr.m4
+m4/longlong.m4
 m4/uintmax_t.m4
 
 Depends-on:
@@ -17,10 +19,13 @@ configure.ac:
 gl_INTTOSTR
 
 Makefile.am:
-lib_SOURCES += imaxtostr.c inttostr.c inttostr.h offtostr.c umaxtostr.c
+EXTRA_DIST += inttostr.c
 
 Include:
 "inttostr.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert