X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtol;h=65b6946390c091e6880bbca76f814924f31f7920;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=ad17152aea6e89b63412c11b4fdf189f0b67e9da;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/strtol b/modules/strtol index ad17152ae..65b694639 100644 --- a/modules/strtol +++ b/modules/strtol @@ -1,6 +1,12 @@ Description: strtol() function: convert string to 'long'. +Status: +obsolete + +Notice: +This module is obsolete. + Files: lib/strtol.c m4/strtol.m4 @@ -9,6 +15,9 @@ Depends-on: configure.ac: gl_FUNC_STRTOL +if test $ac_cv_func_strtol = no; then + AC_LIBOBJ([strtol]) +fi Makefile.am: @@ -20,4 +29,3 @@ LGPL Maintainer: glibc -