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

Re: [PATCH] Fix swig compilation when builddir != srcdir

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-02-11 21:38:49 CET

Thanks!

I had also found that this weekend, but hadn't checked it in yet. I just did
so, and noted in the comments that you'd also found this.

Cheers,
-g

On Sun, Feb 10, 2002 at 10:54:29PM -0600, Craig Peterein wrote:
> Fix swig compilation when builddir != srcdir
>
> * configure.in: preceed ac-helpers dir with ${abs_srcdir}/
>
> Index: ./configure.in
> ===================================================================
> --- ./configure.in
> +++ ./configure.in Sun Feb 10 22:40:17 2002
> @@ -276,7 +276,7 @@
> SWIG_INSTALL_RULES="$SWIG_INSTALL_RULES install-swig-py-lib"
>
> AC_CACHE_CHECK([for Python includes], [ac_cv_python_includes],[
> - ac_cv_python_includes="`$PYTHON ac-helpers/get-py-info.py --includes`"
> + ac_cv_python_includes="`$PYTHON ${abs_srcdir}/ac-helpers/get-py-info.py --includes`"
> ])
> SWIG_PY_INCLUDES="-I$ac_cv_python_includes"
> fi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:06 2006

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.