diff options
author | Matt Turner <[email protected]> | 2013-11-05 11:21:53 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-11-06 11:26:19 -0800 |
commit | 4e84f394e9bf9019cf088134e7cdafadb2187021 (patch) | |
tree | 1631402914eb1ed64b4fa917d75cafd2c1cb1968 /configure.ac | |
parent | 5ca3926442361fb6e9ac75c7af63f37b94278ab7 (diff) |
configure.ac: Drop no-out-of-tree notice.
We do support out of tree builds now.
Tested-by: Colin Walters <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index bbdad837667..433470bcab3 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 |