autogen.sh instructions suggestion
From: Martin Pool <mbp_at_samba.org>
Date: 2002-09-25 04:17:36 CEST
On Debian sid, with autoconf2.13 and autoconf2.50 installed and apr
~/work/subversion/trunk% CC=distcc ./configure --disable-shared
checking target system type... Invalid configuration `CC=distcc': machine `CC=distcc' not recognized
checking build system type... Invalid configuration `CC=distcc': machine `CC=distcc' not recognized
Configuring APR library
Simply invoking this way fixes the problem:
~/work/subversion/trunk% AUTOCONF=autoconf2.50 sh ./autogen.sh
I'd like to suggest that in INSTALL (or some other document) you tell
-- Martin (Please cc me on replies) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Sep 25 12:55:02 2002 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.