doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / strtoul
index a5628e9..7f3139c 100644 (file)
@@ -1,21 +1,32 @@
 Description:
 strtoul() function: convert string to 'unsigned long'.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
+lib/strtol.c
 lib/strtoul.c
 m4/strtoul.m4
 
 Depends-on:
-strtol
 
 configure.ac:
 gl_FUNC_STRTOUL
+if test $ac_cv_func_strtoul = no; then
+  AC_LIBOBJ([strtoul])
+fi
 
 Makefile.am:
 
 Include:
 <stdlib.h>
 
+License:
+LGPL
+
 Maintainer:
 glibc
-