X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fstrtol;h=65b6946390c091e6880bbca76f814924f31f7920;hb=c784be7bb43801d115f163586ad94534dfa27845;hp=8a313a4029610e45190f7f8555a9b7463aaacb3a;hpb=96f7b7d91a671011cb95059bad591615c250495d;p=pspp diff --git a/modules/strtol b/modules/strtol index 8a313a4029..65b6946390 100644 --- a/modules/strtol +++ b/modules/strtol @@ -1,15 +1,23 @@ Description: strtol() function: convert string to 'long'. +Status: +obsolete + +Notice: +This module is obsolete. + Files: lib/strtol.c m4/strtol.m4 Depends-on: -wchar configure.ac: gl_FUNC_STRTOL +if test $ac_cv_func_strtol = no; then + AC_LIBOBJ([strtol]) +fi Makefile.am: @@ -21,4 +29,3 @@ LGPL Maintainer: glibc -