Terry Spafford writes: > > The second system though is another Alpha, running Tru64 Unix 5.1a and > it seems to be hangign up a bit. I can have a script of the ./configure > ; make ; make install available later if anyone wants it, but the main > thing I am noticing in the make is the following warning: > > WARNING: `autoheader' is missing on your system. You should only need it if > you modified `acconfig.h' or `configure.in'. You might want > to install the `Autoconf' and `GNU m4' packages. Grab them > from any GNU archive site.
That looks like configure is attempting to rerun the automake process, which can cause terrible problems if you have some version of automake and/or autoconf installed on the system that is older than what it expects. I suggest you start over with a fresh environment and run the noautomake.sh script prior to the configure to keep that from happening and see if that works any better. -Larry Jones I don't NEED to compromise my principles, because they don't have the slightest bearing on what happens to me anyway. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
