From 83d3819577efa227419946b611b62455eaaa2e5b Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Tue, 13 Apr 2004 11:39:41 +0000 Subject: 2004-04-13 Michael Meeks * 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 --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') 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 -- cgit