X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxstrtol;h=f1faa0998dc13ca7d0b2ed8196e520a1d95cd918;hb=d8c878368309fa0255b79d90bc773e63e8260053;hp=398c7716e1621172c112792a2124089ee7605ff0;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/xstrtol b/modules/xstrtol index 398c7716e..f1faa0998 100644 --- a/modules/xstrtol +++ b/modules/xstrtol @@ -1,5 +1,5 @@ Description: -Convert string to 'long` or 'unsigned long', with error checking. +Convert string to 'long' or 'unsigned long', with error checking. Files: lib/xstrtol.h @@ -16,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" @@ -31,4 +31,3 @@ GPL Maintainer: Jim Meyering -