X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fxstrtol;h=f1faa0998dc13ca7d0b2ed8196e520a1d95cd918;hb=946b14c12a890a95944f8610302c43fd94ecfd27;hp=04c825b03becf4ed43b7e976dccbcb5337564079;hpb=eef56b544e01755a52fdfbf204e6f2d5800efd21;p=gnulib.git diff --git a/modules/xstrtol b/modules/xstrtol index 04c825b03..f1faa0998 100644 --- a/modules/xstrtol +++ b/modules/xstrtol @@ -1,8 +1,7 @@ Description: -Convert string to 'long` or 'unsigned long', with error checking. +Convert string to 'long' or 'unsigned long', with error checking. Files: -lib/intprops.h lib/xstrtol.h lib/xstrtol.c lib/xstrtoul.c @@ -17,12 +16,12 @@ m4/xstrtol.m4 Depends-on: exitfail error +intprops configure.ac: gl_XSTRTOL Makefile.am: -lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c Include: "xstrtol.h"