ostree/gnomeos/3.4/attr-no-builddir.patch

27 lines
681 B
Diff

From 9bd0610a1deb725e80270e050ab14c600d484bfa Mon Sep 17 00:00:00 2001
From: Colin Walters <walters@verbum.org>
Date: Fri, 13 Jan 2012 14:23:28 -0500
Subject: [PATCH] build: Note that we don't support srcdir != builddir
---
configure.in | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/configure.in b/configure.in
index b966d0e..b539275 100644
--- a/configure.in
+++ b/configure.in
@@ -19,6 +19,9 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER(include/config.h)
AC_PREFIX_DEFAULT(/usr)
+dnl http://people.gnome.org/~walters/docs/build-api.txt
++echo \#buildapi-variable-no-builddir >/dev/null
+
AC_PROG_LIBTOOL
AC_ARG_ENABLE(shared,
--
1.7.6.4