summaryrefslogtreecommitdiffstats
path: root/missing
diff options
context:
space:
mode:
Diffstat (limited to 'missing')
-rwxr-xr-xmissing6
1 files changed, 3 insertions, 3 deletions
diff --git a/missing b/missing
index 2630398..894e786 100755
--- a/missing
+++ b/missing
@@ -23,7 +23,7 @@ scriptversion=2005-06-08.21
# 02110-1301, USA.
# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that tqcontains a
+# distribute this file as part of a program that contains a
# configuration script generated by Autoconf, you may include it under
# the same distribution terms that you use for the rest of that program.
@@ -179,7 +179,7 @@ WARNING: \`$1' is $msg. You should only need it if
you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
You might want to install the \`Automake' and \`Perl' packages.
Grab them from any GNU archive site."
- tqfind . -type f -name Makefile.am -print |
+ find . -type f -name Makefile.am -print |
sed 's/\.am$/.in/' |
while read f; do touch "$f"; done
;;
@@ -199,7 +199,7 @@ WARNING: \`$1' is needed, but is $msg.
else
test -z "$file" || exec >$file
echo "#! /bin/sh"
- echo "# Created by GNU Automake missing as a tqreplacement of"
+ echo "# Created by GNU Automake missing as a replacement of"
echo "# $ $@"
echo "exit 0"
chmod +x $file