Re: [Cppunit-devel] autoconf version
Brought to you by:
blep
From: Steve M. R. <ste...@vi...> - 2001-06-20 14:22:43
|
On Wed, Jun 20, 2001 at 10:53:01AM +0200, Volker Boerchers wrote: > Hi, > > I tried to build the recent CVS version of cppunit and ran into some > problems due to the autoconf version requirement in autogen.sh > (btw. autogen is not mentioned in the docs) I've checked-in README.CVS to alleviate this. > $ ./autogen.sh > Putting files in AC_CONFIG_AUX_DIR, `config'. > FATAL ERROR: Autoconf version 2.50 or higher is required for this script > automake: configure.in: installing `config/install-sh' > automake: configure.in: installing `config/mkinstalldirs' > automake: configure.in: installing `config/missing' > configure.in: 41: required file `config/config.h.in' not found > FATAL ERROR: Autoconf version 2.50 or higher is required for this script > $ autoconf --version > Autoconf version 2.13 Oops. autoconf shouldn't run if automake already failed. I changed autogen.sh to fix this. -S -- by Rocket to the Moon, by Airplane to the Rocket, by Taxi to the Airport, by Frontdoor to the Taxi, by throwing back the blanket and laying down the legs ... - They Might Be Giants |