From 8f9c3391a8964e83262053558132875c57b2c7d5 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-tqt@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- missing | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'missing') 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 -- cgit v1.2.1