X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtol;h=65b6946390c091e6880bbca76f814924f31f7920;hb=a425462f784164b73297d8992075fd9aebd65a94;hp=22638636f9295ee740c80f625ac80362968d3f11;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=gnulib.git diff --git a/modules/strtol b/modules/strtol index 22638636f..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,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: +License: +LGPL + +Maintainer: +glibc