summaryrefslogtreecommitdiff
path: root/modules/strtol
diff options
context:
space:
mode:
Diffstat (limited to 'modules/strtol')
-rw-r--r--modules/strtol10
1 files changed, 3 insertions, 7 deletions
diff --git a/modules/strtol b/modules/strtol
index 65b6946390..24d4c734db 100644
--- a/modules/strtol
+++ b/modules/strtol
@@ -1,23 +1,19 @@
Description:
strtol() function: convert string to 'long'.
-Status:
-obsolete
-
-Notice:
-This module is obsolete.
-
Files:
lib/strtol.c
m4/strtol.m4
Depends-on:
+stdlib
configure.ac:
gl_FUNC_STRTOL
-if test $ac_cv_func_strtol = no; then
+if test $HAVE_STRTOL = 0 || test $REPLACE_STRTOL = 1; then
AC_LIBOBJ([strtol])
fi
+gl_STDLIB_MODULE_INDICATOR([strtol])
Makefile.am: