projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
541bb2e
)
build: Note that we don't support srcdir != builddir
author
Colin Walters
<walters@verbum.org>
Sat, 14 Jan 2012 14:16:20 +0000
(09:16 -0500)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 1 Feb 2012 15:02:29 +0000
(15:02 +0000)
Signed-off-by: Dave Airlie <airlied@redhat.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 1353c28c9ea35d94e585dfef2b0b38a263a9248e..316c715f0c7c7082352af272fa4b2fc9a8602282 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-18,6
+18,10
@@
AC_CONFIG_AUX_DIR([bin])
AC_CANONICAL_HOST
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