summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-01-20 17:08:52 -0500
committerColin Walters <walters@verbum.org>2012-07-14 14:57:56 -0400
commit3bd2e9c8c37468eec6067a40ef2e66ef7372ac43 (patch)
tree93e242d74c32dfd04923f2b284929c7f94bad968
parent68a2895ca9896c795aa1644d30ac1ea8f129805b (diff)
downloaddconf-3bd2e9c8c37468eec6067a40ef2e66ef7372ac43.tar.gz
build: Note we don't support srcdir != builddir
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d580d75..9a2dcdf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,6 +16,11 @@ if test "${CFLAGS+yes}" != "yes"; then
CFLAGS='-O2 -g -Wall -Wwrite-strings -Wmissing-prototypes -fno-common'
fi
+dnl http://people.gnome.org/~walters/docs/build-api.txt
+dnl The vala-automake integration blows up currently
+dnl because it expects C files in the srcdir, not the builddir
+echo \#buildapi-variable-no-builddir >/dev/null
+
# Check for programs
AC_PROG_CC
AM_PROG_VALAC([0.17.0])