The problem is in these two lines of your build
script:
cp -Rp /usr/lib/build/libtool.m4 file>
admin/libtool.m4.in
cp -Rp /usr/lib/build/ltmain.sh file> admin/ltmain.sh
They should read:
cp -Rp /usr/lib/build/libtool.m4 admin/libtool.m4.in
cp -Rp /usr/lib/build/ltmain.sh admin/ltmain.sh
Okay. You might want to update your wiki. :)
http://trinity.pearsoncomputing.net/wiki/bin/view/Developers/HowToBuild
I copied and pasted the text verbatim.
Progress! The tqtinterface package finally built. :D
Woo-hoo! Now on to the next mountain ---
Have you found any need to rebuild any of the following?
qt-3.3.8b
dbus-qt3
qca-1
qca-tls
Darrell