summaryrefslogtreecommitdiff
path: root/missing
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-05-11 20:00:26 +0000
committerTom Tromey <tromey@redhat.com>1997-05-11 20:00:26 +0000
commit8ecd82bdc465ca6466202487ac1ed1dea34fddc8 (patch)
tree26727cfcd7d97cc174516dce843206aaf3366eee /missing
parent76f845e0b206c7ae242b2aae92e41cec9d88fb10 (diff)
downloadautomake-8ecd82bdc465ca6466202487ac1ed1dea34fddc8.tar.gz
better grammar in missing
Diffstat (limited to 'missing')
-rwxr-xr-xmissing16
1 files changed, 8 insertions, 8 deletions
diff --git a/missing b/missing
index dc01d27d3..a6abd0698 100755
--- a/missing
+++ b/missing
@@ -58,7 +58,7 @@ Supported PROGRAM values:
aclocal)
echo 1>&2 "\
-WARNING: \`$1' is missing on your system. It should be needed only if
+WARNING: \`$1' is missing on your system. You should only need it if
you modified \`acinclude.m4' or \`configure.in'. You might want
to install the \`Automake' and \`Perl' packages. Grab them from
any GNU archive site."
@@ -67,7 +67,7 @@ WARNING: \`$1' is missing on your system. It should be needed only if
autoconf)
echo 1>&2 "\
-WARNING: \`$1' is missing on your system. It should be needed only if
+WARNING: \`$1' is missing on your system. You should only need it if
you modified \`configure.in'. You might want to install the
\`Autoconf' and \`GNU m4' packages. Grab them from any GNU
archive site."
@@ -76,7 +76,7 @@ WARNING: \`$1' is missing on your system. It should be needed only if
autoheader)
echo 1>&2 "\
-WARNING: \`$1' is missing on your system. It should be needed only if
+WARNING: \`$1' is missing on your system. You should only need it if
you modified \`acconfig.h' or \`configure.in'. You might want
to install the \`Autoconf' and \`GNU m4' packages. Grab them
from any GNU archive site."
@@ -85,7 +85,7 @@ WARNING: \`$1' is missing on your system. It should be needed only if
automake)
echo 1>&2 "\
-WARNING: \`$1' is missing on your system. It should be needed only if
+WARNING: \`$1' is missing on your system. You should only need it if
you modified \`Makefile.am', \`acinclude.m4' or \`configure.in'.
You might want to install the \`Automake' and \`Perl' packages.
Grab them from any GNU archive site."
@@ -97,15 +97,15 @@ 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. 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."
+ 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
;;
makeinfo)
echo 1>&2 "\
-WARNING: \`$1' is missing on your system. It should be needed only if
+WARNING: \`$1' is missing on your system. You should only need it if
you modified a \`.texi' or \`.texinfo' file, or any other file
indirectly affecting the aspect of the manual. The spurious
call might also be the consequence of using a buggy \`make' (AIX,