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

Re: ./configure error?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-12-04 17:30:59 CET

Philip Martin <philip@codematters.co.uk> writes:

> Ben Collins-Sussman <sussman@collab.net> writes:
>
> > 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?
>
> /bin/false is explicit in configure.in, as of rev 3967.

Ah, then it's gstein's fault:

+ if /bin/false; then
+ AC_DEFINE(SVN_LIBSVN_CLIENT_LINKS_RA_SVN, 1,
         [Defined if libsvn_client should link against libsvn_ra_svn])

Is there a more portable way to do that? "If 0" or something?

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