From 5d3d7d04382c7c500816ea883e156cf6529e9684 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 26 Apr 1997 05:15:04 +0000 Subject: [PATCH] fixed text in missing prog --- ChangeLog | 2 ++ TODO | 3 +++ lib/missing | 8 ++++---- missing | 8 ++++---- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index bea0e352..1c99086c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Fri Apr 25 12:33:23 1997 Tom Tromey + * missing: Changed bison text. From Ian Taylor. + * m4/missing.m4: Redirect stdin of testee. From Bill Fenner. * automake.in (output_yacc_build_rule): Generate rule to create .h diff --git a/TODO b/TODO index 91e9a2dd..4f2a582a 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,6 @@ +* update text in missing + avoid passive voice + ** make sure every variable that is used is also defined * make sure `missing' defines are generated diff --git a/lib/missing b/lib/missing index e4b838ca..dc01d27d 100755 --- a/lib/missing +++ b/lib/missing @@ -96,10 +96,10 @@ WARNING: \`$1' is missing on your system. It should be needed only if bison|yacc) echo 1>&2 "\ -WARNING: \`$1' is missing on your system. It should be needed only if - your modified any \`.y' file. For being effective, your - modifications might require the \`Bison' package. Grab it from - any GNU archive site." +WARNING: \`$1' is missing on your system. You should only need it if + you modified a \`.y' file. You may need the \`Bison' package + in order for those modifications to take effect. You can get + \`Bison' from any GNU archive site." touch y.tab.c ;; diff --git a/missing b/missing index e4b838ca..dc01d27d 100755 --- a/missing +++ b/missing @@ -96,10 +96,10 @@ WARNING: \`$1' is missing on your system. It should be needed only if bison|yacc) echo 1>&2 "\ -WARNING: \`$1' is missing on your system. It should be needed only if - your modified any \`.y' file. For being effective, your - modifications might require the \`Bison' package. Grab it from - any GNU archive site." +WARNING: \`$1' is missing on your system. You should only need it if + you modified a \`.y' file. You may need the \`Bison' package + in order for those modifications to take effect. You can get + \`Bison' from any GNU archive site." touch y.tab.c ;; -- 2.43.5