From 4cead2870a6db6f259117b2d4db0720e5e60f159 Mon Sep 17 00:00:00 2001 From: lace <> Date: Thu, 29 Dec 2005 03:00:58 +0000 Subject: [PATCH] Fixed builds from a directory outside of the sourcetree. - Bugreported and partically patched by: Frederic L. W. Meunier --- glade-w.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glade-w.m4 b/glade-w.m4 index fd5c8f7..a4ec588 100644 --- a/glade-w.m4 +++ b/glade-w.m4 @@ -97,7 +97,7 @@ dnl fi [ export PATH_XVNC export PATH_BC - gladeun="`sh ./macros/glade-w.sh.in /dev/null 2>&1|grep -- 'Document is empty'`" + gladeun="`sh $srcdir/macros/glade-w.sh.in /dev/null 2>&1|grep -- 'Document is empty'`" if test "x$gladeun" != "x" then glade_cv_can_xserver=yes -- 1.8.3.1