"Joel Apter" <[EMAIL PROTECTED]> writes: > matter). Would a simple configure, make, make install be all that is > necessary for both automake and autoconf (autoconf before automake > since it appears that autoconf 2.54+ is required to install automake > 1.7.5). Thank you for your time.
Yes. And then you should be able to just run 'autoreconf -f -i' in your package. You might also want to look at 'autoupdate' in the autoconf manual.
