diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
commit | 8f9c3391a8964e83262053558132875c57b2c7d5 (patch) | |
tree | ca96bbd20c062335c43d1a7f96047a937abb3bb6 /missing | |
parent | 9647cd2e4ceff71f939156efb5d5877aa93adbf0 (diff) | |
download | dbus-tqt-8f9c3391a8964e83262053558132875c57b2c7d5.tar.gz dbus-tqt-8f9c3391a8964e83262053558132875c57b2c7d5.zip |
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
Diffstat (limited to 'missing')
-rwxr-xr-x | missing | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |