This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Quick Upgrade Question
- From: Assar Westerlund <assar at kth dot se>
- To: Joel Apter <japter at ibxtech dot com>
- Cc: automake at gnu dot org
- Date: 17 Jun 2003 18:05:24 -0400
- Subject: Re: Quick Upgrade Question
- References: <003701c33517$0684eb00$830a5b0a@IBXGROUP.COM>
"Joel Apter" <japter@ibxtech.com> 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.