X-Git-Url: https://git.jankratochvil.net/?p=macros.git;a=blobdiff_plain;f=glade-w.m4;h=a4ec588bcda4eeb5a1ffa1275aa31ed48a2f2bc8;hp=763552de3c3ff0abf1944f3bd61885e60564f11e;hb=6549c847d3ce42f13585094a34e68f617833144a;hpb=9a5d1e7c70fac56c35f909265bdca88e266fe438 diff --git a/glade-w.m4 b/glade-w.m4 index 763552d..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 @@ -110,9 +110,9 @@ dnl fi unset PATH_GLADE if test "x$PATH_XVNC" = "x" then - AC_MSG_WARN([GTK+/Gnome: Unable to access any valid X server, you should at least install Xvnc.]) + AC_MSG_WARN([GTK+/Gnome: Unable to access any valid X server, give DISPLAY or install Xvnc(1) (vnc-server package).]) else - AC_MSG_WARN([GTK+/Gnome: Unable to access any valid X server, even Xvnc tried.]) + AC_MSG_WARN([GTK+/Gnome: Unable to access any valid X server, DISPLAY and Xvnc(1) tried.]) fi fi fi