From: Jim Meyering Date: Sat, 5 Oct 1996 03:58:37 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19n~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e22c80dcf0f2a658ec5ec471e6fca7cec40f1b17;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 83d0486ba4..c443505b55 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,20 @@ +Fri Oct 4 07:20:37 1996 Jim Meyering + + * configure.in (GNU_PACKAGE): New variable. + (PACKAGE_VERSION): Remove it. + + * acconfig.h (GNU_PACKAGE): New variable. + (PACKAGE_VERSION): Remove now-unused variable. + + * lib/long-options.c (parse_long_options): Separate package name + and version number to accomodate new --version output requirement. + * lib/long-options.h: Update prototype. + +Thu Oct 3 23:27:31 1996 Jim Meyering + + * src/md5sum.c (main): Remove dead code that used to print --version + output. + Tue Oct 1 06:54:22 1996 Jim Meyering * configure.in: Use result of AM_FUNC_STRTOD to set POW_LIBM.