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.
__
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
+