From d7505fc07b2eac0ca84b3ac16b72eaaebcad78ae Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 9 Feb 2012 16:17:59 -0500 Subject: build: Note that we don't build when srcdir != builddir --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index c1aab7f..5c0e0d1 100644 --- a/configure.ac +++ b/configure.ac @@ -4,6 +4,9 @@ AC_INIT([caribou], [https://bugzilla.gnome.org/enter_bug.cgi?product=caribou], [caribou]) +# tools/make_schema.py looks for i18n.py in the srcdir +echo \#buildapi-variable-no-builddir >/dev/null + AC_CONFIG_MACRO_DIR([m4]) AM_PROG_LIBTOOL -- cgit v1.2.1