monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] Re: autoreconf --install woes


From: Peter Simons
Subject: [Monotone-devel] Re: autoreconf --install woes
Date: 12 Apr 2004 14:28:00 +0200

Derek Scherger writes:

 > Makefile.am:1: require version 1.7.1, but have 1.5
 > autoreconf-2.58: automake failed with exit status: 1

The versions of the autotools used by autoreconf are
determined by the version of the macros you have in
aclocal.m4. Since Monotone does need Automake 1.7, you
should use the following calls:

 $ aclocal-1.7
 $ autoreconf -a

Then the source should be ready to be built.

Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]