md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / strtol
index 4750b4a..65b6946 100644 (file)
@@ -1,4 +1,11 @@
 Description:
+strtol() function: convert string to 'long'.
+
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
 
 Files:
 lib/strtol.c
@@ -8,9 +15,17 @@ Depends-on:
 
 configure.ac:
 gl_FUNC_STRTOL
+if test $ac_cv_func_strtol = no; then
+  AC_LIBOBJ([strtol])
+fi
 
 Makefile.am:
 
 Include:
 <stdlib.h>
 
+License:
+LGPL
+
+Maintainer:
+glibc