Re: better --version in textutils

2002-06-06 Thread Jim Meyering
Andrew D Jewell <[EMAIL PROTECTED]> wrote: > Something I find useful : adds the glibc version to the "--version" display. > Requires AC_CHECK_HEADERS(gnu/libc-version.h) in configure.ac Thanks for the suggestion, but I don't see the value. Besides, that wouldn't work on non-glibc systems. __

better --version in textutils

2002-05-29 Thread Andrew D Jewell
Something I find useful : adds the glibc version to the "--version" display. Requires AC_CHECK_HEADERS(gnu/libc-version.h) in configure.ac adj --- old-version-etc.c Wed May 29 11:30:01 2002 +++ version-etc.c Wed May 29 10:38:07 2002 @@ -32,6 +32,12 @@ # define _(Text) Text #endif +