Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
[gnulib.git] / modules / xstrtoumax
index a615aba..d0f89fa 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Convert string to 'uintmax_t', with error checking.
 
 Files:
 lib/xstrtoumax.c
@@ -9,7 +10,7 @@ xstrtol
 strtoumax
 
 configure.ac:
-jm_XSTRTOUMAX
+gl_XSTRTOUMAX
 
 Makefile.am:
 lib_SOURCES += xstrtoumax.c
@@ -17,3 +18,6 @@ lib_SOURCES += xstrtoumax.c
 Include:
 "xstrtol.h"
 
+Maintainer:
+Paul Eggert
+