X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fstrtoul;h=7f3139ca484fcd876c206ffdc747442e878e3d6f;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=9c6ca993a8b148af4e215e48134df21961fe4f84;hpb=d35ef05dc0564cf696408eae985444879a399e29;p=gnulib.git diff --git a/modules/strtoul b/modules/strtoul index 9c6ca993a..7f3139ca4 100644 --- a/modules/strtoul +++ b/modules/strtoul @@ -1,6 +1,12 @@ Description: strtoul() function: convert string to 'unsigned long'. +Status: +obsolete + +Notice: +This module is obsolete. + Files: lib/strtol.c lib/strtoul.c @@ -10,6 +16,9 @@ Depends-on: configure.ac: gl_FUNC_STRTOUL +if test $ac_cv_func_strtoul = no; then + AC_LIBOBJ([strtoul]) +fi Makefile.am: