configure.ac: Drop no-out-of-tree notice.
authorMatt Turner <mattst88@gmail.com>
Tue, 5 Nov 2013 19:21:53 +0000 (11:21 -0800)
committerMatt Turner <mattst88@gmail.com>
Wed, 6 Nov 2013 19:26:19 +0000 (11:26 -0800)
We do support out of tree builds now.

Tested-by: Colin Walters <walters@verbum.org>
configure.ac

index bbdad8376672b27eaee72fb35b936c37e3106d10..433470bcab32f3b7d473aec02706ba5dd1f5d9dd 100644 (file)
@@ -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