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

Re: RFE: --disable-apache configure option

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-08-17 20:18:52 CEST

Michael Sweet wrote:
> Greg Hudson wrote:
>> On Mon, 2004-08-16 at 17:12, Michael Sweet wrote:
>>
>>> I've just started testing 1.1.0rc2 and noticed that we still don't
>>> have a --disable-apache option
>>
>>
>> We do not have a feature called "apache"; thus, it makes no sense to
>> disable it. Configure options relating to building with or without
>> third-party packages should be with/without options.
>>
>> You say we have an existing --without-apache option, but I don't see one
>> in our configure help output.
>
> Excerpts from the 1.1.0rc2 configure help:
>
> --disable-mod-activation
> Do not enable mod_dav_svn in httpd.conf
> --with-apache=DIR Build static Apache module. DIR is the path
> to the
> top-level Apache source directory.
> --with-apxs[=FILE] Build shared Apache module. FILE is the
optional
> pathname to the Apache apxs tool; defaults to
> "apxs".
>
>> Note that Apache is the name of a foundation which happens to have, as
>> its most visible product, the Apache HTTP server. It may be that
>> --with-apxs is a bad option name, but --with-apache is also imprecise.
>> --with-httpd or --with-apache-httpd would be acceptable.
>
> I am about to create a patch for this; which would you like to see?
>
> I could change them to:
>
> --with-httpd-static (instead of --with-apache)
> --with-httpd-dynamic (instead of --with-apxs)

-1 on changing --with-apxs. "apxs" clearly and concisely describes the
function of the option. If it's too concise for some people, they can just
do "./configure --help" to find out what it is for.

+0 on changing --with-apache, but I'd like to suggest --with-apache-srcdir.

> --disable-httpd

-1. Absolutely not. The opposite of a --with- option is --without-, and this
is standard across all autoconf-using projects.

Let's just add a note to use --without-apxs to the "apache is too old"
error.

> Also, do you make any guarantees WRT configure options not changing?
> If so, I can mark the old --with options as deprecated in the help
> text and support both until 2.0?

I don't think we make any guarantees in this area (though we would obviously
try to minimize changes).

If we are only changing --with-apache -> --with-httpd-srcdir, then I imagine
that's not a widely used option, so we can probably get away with simply
changing it.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 17 20:19:41 2004

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.