[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
checked out in a subdirectory as suggested, it is necessary to set
$AUTOCONF when running autogen.sh. Otherwise the apr subdirectory is
set up using autoconf2.13, and it can fail with errors like this:

    ~/work/subversion/trunk% CC=distcc ./configure --disable-shared
    creating config.nice
    configure: Apache Portable Runtime (APR) library configuration
    checking for APR... reconfig
    configuring package in apr now
    configure: warning: CC=distcc: invalid host type
    loading cache /dev/null
    checking host system type... Invalid configuration `CC=distcc': machine `CC=distcc' not recognized

    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
    Platform:
    checking for working mkdir -p... yes
    APR Version: 0.9.2
    checking for chosen layout... apr

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
Debian users to do this.

-- 
Martin 
(Please cc me on replies)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received 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.