This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: AM_INIT_AUTOMAKE comes from an older version of automake
- From: Tom Tromey <tromey at redhat dot com>
- To: Piyush Kumar Garg <piyushkg at cdotd dot ernet dot in>
- Cc: automake at gnu dot org
- Date: 24 Nov 2003 12:23:19 -0700
- Subject: Re: AM_INIT_AUTOMAKE comes from an older version of automake
- References: <Pine.SOL.4.21.0311241544280.3433-100000@sun-34.cdotd.ernet.in>
- Reply-to: tromey at redhat dot com
>>>>> ">" == Piyush Kumar Garg <piyushkg@cdotd.ernet.in> writes:
>> configure.in:12: old Automake version. You should recreate aclocal.m4
>> configure.in:12: with aclocal and run automake again.
>> I am using RHL8.0. I also tried upgrading automake to 1.7.9 and
>> autoconf to 2.57. It doesn't work. It will be helpful, if someone can
>> provide pointers on this.
Try running "aclocal".
Tom