*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 6 Aug 1999 10:22:22 +0000 (10:22 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 6 Aug 1999 10:22:22 +0000 (10:22 +0000)
old/sh-utils/ChangeLog

index c73e9fc..310cecb 100644 (file)
@@ -1,5 +1,17 @@
 1999-08-04  Jim Meyering  <meyering@ascend.com>
 
+       false and true once again generate --help and --version output
+       * src/true.c: Honor --help and --version once again, though now
+       only if POSIXLY_CORRECT is set.
+       * src/false.c: Fail even for --help and --version.
+       * src/Makefile.am (false.c): Generate automatically from true.c.
+       (BUILT_SOURCES): Add false.c.
+       * man/Makefile.am (EXTRA_DIST): Remove false.1in and true.1in.
+       * man/Makefile.summ: Remove the rules added on 1999-07-31.
+       * man/Makefile.maint: Likewise.
+       * man/true.1in: Removed.
+       * man/false.1in: Removed.
+
        * configure.in: Remove getline-testing code.  Now it's in m4/.
 
 1999-08-01  Jim Meyering  <meyering@ascend.com>