gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / xstrtol
index 7d3bceb..66e5342 100644 (file)
@@ -1,26 +1,32 @@
 Description:
-Convert string to 'long` or 'unsigned long', with error checking.
+Convert string to 'long' or 'unsigned long', with error checking.
 
 Files:
 lib/xstrtol.h
 lib/xstrtol.c
 lib/xstrtoul.c
-m4/ulonglong.m4
-m4/longlong.m4
-m4/stdint_h.m4
-m4/inttypes_h.m4
-m4/uintmax_t.m4
-m4/intmax_t.m4
+lib/xstrtol-error.c
 m4/xstrtol.m4
 
 Depends-on:
+exitfail
+error
+getopt-gnu
+gettext-h
+intprops
+inttypes-incomplete
 
 configure.ac:
 gl_XSTRTOL
 
 Makefile.am:
-lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c
+lib_SOURCES += xstrtol.c xstrtoul.c xstrtol-error.c
 
 Include:
 "xstrtol.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering