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

./configure error?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-12-04 16:10:52 CET

This morning I updated my svn tree to HEAD (r3985), and did:

    make clean
    ./autogen.sh
    ./configure --enable-maintainer-mode

...as I always do, every day. I have httpd-2.0.43 installed, so apr,
apr-util, and apxs are all automatically discovered for me.

First, I got an non-fatal error near the end of my ./configure output:

[...]
checking for makeinfo... /usr/bin/makeinfo
./configure: line 10424: /bin/false: No such file or directory
configure: creating ./config.status
[...]

The error here, I guess, is that on my shiny new FreeBSD 4.7 system,
there is no /bin/false, just /usr/bin/false. I've been using autoconf
2.53 forever with no problems... anyone know why it would suddenly be
generating this new shell code?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 4 16:13:21 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.