X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fstrtol;h=65b6946390c091e6880bbca76f814924f31f7920;hb=c784be7bb43801d115f163586ad94534dfa27845;hp=d90c28e7f405d48a242f8b5c243af313123affd2;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=pspp diff --git a/modules/strtol b/modules/strtol index d90c28e7f4..65b6946390 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,11 @@ Depends-on: configure.ac: gl_FUNC_STRTOL +if test $ac_cv_func_strtol = no; then + AC_LIBOBJ([strtol]) +fi Makefile.am: -EXTRA_DIST += strtol.c Include: @@ -21,4 +29,3 @@ LGPL Maintainer: glibc -