summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Meeks <michael@ximian.com>2004-04-13 11:39:41 +0000
committerMichael Meeks <michael@ximian.com>2004-04-13 11:39:41 +0000
commit83d3819577efa227419946b611b62455eaaa2e5b (patch)
treee3e5ad8a5896ebf12077cb96ecf2ed39bc8f8c01 /configure.in
parent0da46fa5a48dee0ac2be00886a6ed5fe429f20be (diff)
2004-04-13 Michael Meeks <michael@ximian.com>
* test/glib/Makefile.am: use the absolute path so the bus daemon's chdir ("/") doesn't kill us dead. * configure.in: subst ABSOLUTE_TOP_BUILDDIR
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index ab3da87b..ff53b944 100644
--- a/configure.in
+++ b/configure.in
@@ -939,6 +939,7 @@ TEST_PATH(GLIB_SERVICE_BINARY, test-service-glib)
TEST_PATH(EXIT_BINARY, test-exit)
TEST_PATH(SEGFAULT_BINARY, test-segfault)
TEST_PATH(SLEEP_FOREVER_BINARY, test-sleep-forever)
+AC_SUBST(ABSOLUTE_TOP_BUILDDIR)
#### Find socket directories
if ! test -z "$TMPDIR" ; then