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

Re: svn commit: r9168 - trunk/build/ac-macros

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2004-03-20 17:14:25 CET

In standalone setups the HEAD of APR/APU_BRANCH_0_9 installs into
/usr/local/apr by default. I committed this change in order for it to be ported to the
1.0.x branch for better user experience. (I will nominate it soon.)

From discussion on this list, I concluded that these two files are copies
from the apr(-util) provided ones in the apache CVS repository. Possibly one of
the APR developers on the list want to take this commit there too?

bye,

Erik.

> Author: dionisos
> Date: Sat Mar 20 09:04:39 2004
> New Revision: 9168
>
> Modified:
> trunk/build/ac-macros/find_apr.m4
> trunk/build/ac-macros/find_apu.m4
> Log:
> Add default apr(-util) installation location to apr(-util) search list.
>
> * /build/ac-macros/find_apr.m4
> (APR_FIND_APR): Add /usr/local/apr to the search list.
>
> * /build/ac-macros/find_apu.m4
> (APR_FIND_APU): Add /usr/local/apr to the search list.
>
>
> Modified: trunk/build/ac-macros/find_apr.m4
>
==============================================================================
> --- trunk/build/ac-macros/find_apr.m4 (original)
> +++ trunk/build/ac-macros/find_apr.m4 Sat Mar 20 09:04:39 2004
> @@ -89,7 +89,8 @@
> apr_config="apr-config"
> else
> dnl look in some standard places (apparently not in
> builtin/default)
> - for lookdir in /usr /usr/local /opt/apr /usr/local/apache2 ; do
> + for lookdir in /usr /usr/local /usr/local/apr \
> + /opt/apr /usr/local/apache2 ; do
> if $TEST_X "$lookdir/bin/apr-config"; then
> apr_found="yes"
> apr_config="$lookdir/bin/apr-config"
>
> Modified: trunk/build/ac-macros/find_apu.m4
>
==============================================================================
> --- trunk/build/ac-macros/find_apu.m4 (original)
> +++ trunk/build/ac-macros/find_apu.m4 Sat Mar 20 09:04:39 2004
> @@ -87,7 +87,8 @@
> apu_config="apu-config"
> else
> dnl look in the some standard places (apparently not in
> builtin/default)
> - for lookdir in /usr /usr/local /opt/apr /usr/local/apache2 ; do
> + for lookdir in /usr /usr/local /usr/local/apr \
> + /opt/apr /usr/local/apache2 ; do
> if test -x "$lookdir/bin/apu-config"; then
> apu_found="yes"
> apu_config="$lookdir/bin/apu-config"

-- 
+++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter Virenschutz +++
100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 20 17:14:40 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.