This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: automake 1.7
- From: zaufi <zaufi at sendmail dot ru>
- To: automake at gnu dot org
- Date: Tue, 3 Dec 2002 06:43:56 +0300
- Subject: Re: automake 1.7
- References: <3DE9ADFF.40104@moment.net> <200212021626.48834.zaufi@sendmail.ru> <3DEB7B0F.2080207@moment.net>
On Monday 02 December 2002 18:23, DB Troll wrote:
> >>Can someone please help me. I am trying to install automake-1.7 because
> >>another app says that it cannot use 1.5. Whentrying to configure I get
> >>the reply no te and autoconf 2.5> not found. I downloaded and installed
> >>autoconf2.57, rebooted but still the same msgs. I am new at linux and
> >>runnong SuSE 8.0 Pro.
> >>Thanks
> >>David
> >
> >Try the following in automake directory:
> >% WANT_AUTOCONF_2_5=1 ./configure
> >
> >I suppose you have 2 autoconfs (2.13 and 2.5x + perl wrapper)
>
> Hello zaufi
> According to a file search on my system I have only one autoconf and
> that is 2.52-230 and autoconf-gnu 2.54-0_121_0
> also automake 1.5-156 automake-gnu 1.7-0_121_0. What I need to do is
> update automake to 1.7 or higher to be able to load libwpd-0.1. I could
> find nowhere in the automake directory to add or modify the line you
> quoted. Thanks
> David
so whre is just installed autoconf 2.57? (maybe this is mistake? Accoding to
ftp://ftp.gnu.org/gnu/autoconf last version is 2.56)
can you post output of the following 2 commands:
`whereis autoconf` and `autoconf --version`??