From: lace <> Date: Thu, 29 Dec 2005 03:00:58 +0000 (+0000) Subject: Fixed builds from a directory outside of the sourcetree. X-Git-Tag: captive-1_1_6_1 X-Git-Url: https://git.jankratochvil.net/?p=macros.git;a=commitdiff_plain;h=4cead2870a6db6f259117b2d4db0720e5e60f159 Fixed builds from a directory outside of the sourcetree. - Bugreported and partically patched by: Frederic L. W. Meunier --- 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