[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: Michael Sweet <mike_at_easysw.com>
Date: 2004-08-17 19:48:46 CEST

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-http-static (instead of --with-apache)
     --with-http-dynamic (instead of --with-apxs)

and add:

     --disable-httpd

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?

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Printing Software for UNIX                       http://www.easysw.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 17 19:49:03 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.