Okay if I'm understanding this now, I copy one of the configure.in-xxx
scripts to configure.in, based on which version of autoconf I'm running
(2.13 in my case), run autoconf, then I'm supposed to be able to run
./configure and then make. autoconf gives me no problems, but when I run
./configure, I get this as a result:
loading cache ./config.cache
configure: error: can not find install-sh or install.sh in ac-helpers
./ac-helpers
Did I somehow manage to miss downloading a file while doing CVS updates?
-John