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

Re: svn commit: r8279 - trunk

From: Ben Reser <ben_at_reser.org>
Date: 2004-01-14 09:06:57 CET

On Tue, Jan 13, 2004 at 01:12:48PM -0600, ghudson@tigris.org wrote:
> Author: ghudson
> Date: Tue Jan 13 13:12:47 2004
> New Revision: 8279
>
> Modified:
> trunk/Makefile.in
> Log:
> Fix the non-perl-specific part of issue #1666.
>
> * Makefile.in: Add apr-util includes to swig includes.
>
>
> Modified: trunk/Makefile.in
> ==============================================================================
> --- trunk/Makefile.in (original)
> +++ trunk/Makefile.in Tue Jan 13 13:12:47 2004
> @@ -94,7 +94,7 @@
> SWIG = @SWIG@
> SWIG_INCLUDES = -I$(SWIG_SRC_DIR) \
> -I$(abs_srcdir)/subversion/include \
> - $(SVN_APR_INCLUDES)
> + $(SVN_APR_INCLUDES) $(SVN_APRUTIL_INCLUDES)
> SWIG_LDFLAGS = @SWIG_LDFLAGS@
> SWIG_PY_INCLUDES = @SWIG_PY_INCLUDES@
> SWIG_PY_COMPILE = @SWIG_PY_COMPILE@
> @@ -108,6 +108,8 @@
>
> SVN_APR_INCLUDES = @SVN_APR_INCLUDES@
> SVN_APR_PREFIX = @SVN_APR_PREFIX@
> +SVN_APRUTIL_INCLUDES = @SVN_APRUTIL_INCLUDES@
> +SVN_APRUTIL_PREFIX = @SVN_APRUTIL_PREFIX@
>
> MKDIR = @MKDIR@

Just noticed we need to add a AC_SUBST(SVN_APRUTIL_PREFIX) in
build/ac-macros/aprutil.m4. I'd do it myself but it's outside my commit
area.

Whoever fixes that should add the rev to the STATUS file along with
r8279 and r8280.

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 14 09:07:34 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.