Support programs like Emacs that use gnulib but not gettext.
[pspp] / modules / inttostr
index 1ecf69bc3d26888acac9f3e500932d85438cedc3..7f819bacad68a93a2580ab3365a075c535bba6eb 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:
@@ -18,10 +20,12 @@ gl_INTTOSTR
 
 Makefile.am:
 EXTRA_DIST += inttostr.c
-lib_SOURCES += imaxtostr.c inttostr.h offtostr.c umaxtostr.c
 
 Include:
 "inttostr.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert