CVS problem #2
Olly Betts
olly@survex.com
Mon, 29 Sep 2003 17:53:11 +0100
On Mon, Sep 29, 2003 at 12:44:26PM -0400, Philip Balister wrote:
> [balister@nemesis survex]$ autoreconf
> autoreconf: `aclocal.m4' is unchanged
> configure.in: required file `./install-sh' not found
> configure.in: required file `./mkinstalldirs' not found
> configure.in: required file `./missing' not found
> configure.in:90: required file `./config.guess' not found
> configure.in:90: required file `./config.sub' not found
> configure.in:16: required file `./config.h.in' not found
> src/Makefile.am: required file `./compile' not found
> src/Makefile.am: required file `./depcomp' not found
> autoreconf: automake failed with exit status: 1
> at /usr/bin/autoreconf line 368
You need to run "autoreconf -i" to install missing files such as these.
I'll fix the web page to mention this (rather than just saying to run
"autoreconf").
And you need to use autoreconf from autoconf 2.50 or newer (the very
first version of the CVS page failed to mention that, and you may
have read that version).
Cheers,
Olly