Re: [Mesa-dev] [PATCH] configure.ac: Drop no-out-of-tree notice.

2013-11-07 Thread Eric Anholt
Matt Turner  writes:

> We do support out of tree builds now.

This series is:

Reviewed-by: Eric Anholt 


pgpi1Kk4N3O2m.pgp
Description: PGP signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH] configure.ac: Drop no-out-of-tree notice.

2013-11-06 Thread Colin Walters
Hi Matt, thanks for the CC!

On Tue, 2013-11-05 at 15:14 -0800, Matt Turner wrote:
> We do support out of tree builds now.

Indeed, I added this patch on top of the 9.2 branch and ran it through
gnome-continuous, appears to build and work OK.

Tested-By: Colin Walters 


___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH] configure.ac: Drop no-out-of-tree notice.

2013-11-05 Thread Matt Turner
We do support out of tree builds now.

Cc: Colin Walters 
---
 configure.ac | 4 
 1 file changed, 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index bbdad83..433470b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,10 +14,6 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_SYSTEM
 AM_INIT_AUTOMAKE([foreign])
 
-dnl http://people.gnome.org/~walters/docs/build-api.txt
-dnl We don't support srcdir != builddir.
-echo \#buildapi-variable-no-builddir >/dev/null
-
 # Support silent build rules, requires at least automake-1.11. Disable
 # by either passing --disable-silent-rules to configure or passing V=1
 # to make
-- 
1.8.3.2

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev