X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fstrtol;h=65b6946390c091e6880bbca76f814924f31f7920;hb=c784be7bb43801d115f163586ad94534dfa27845;hp=4750b4af3615743d9353649f796a347bb5dec584;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=pspp diff --git a/modules/strtol b/modules/strtol index 4750b4af36..65b6946390 100644 --- a/modules/strtol +++ b/modules/strtol @@ -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: +License: +LGPL + +Maintainer: +glibc