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. :)
<path to your system's
libool.m4 file> was meant to be replaced as a block
of text. I have tried to make that clearer on the Wiki now by italicizing
it and changing the text color; any thoughts on whether intelligibility is
improved or not?
Also, you can update it as well, I don't mind. ;-)
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
On Ubuntu only dbus-qt3, because it was removed from the official archive.