]> git.pld-linux.org Git - packages/Xbae.git/blame - Xbae-ac.patch
- fix ac2.60 vs pdksh
[packages/Xbae.git] / Xbae-ac.patch
CommitLineData
99c826de
JB
1--- xbae-4.60.4/acinclude.m4.orig 2004-02-02 21:20:03.000000000 +0100
2+++ xbae-4.60.4/acinclude.m4 2007-02-17 17:01:56.835812809 +0100
3@@ -285,7 +285,7 @@
4 AC_PATH_PROG(man2html_cmd, man2html)
5 if test -x "$man2html_cmd"
6 then
7- if test -z "`$man2html_cmd </dev/null 2>&1 | grep \"LessTif's man2html\"`"
8+ if test -z "$($man2html_cmd </dev/null 2>&1 | grep "LessTif's man2html")"
9 then
10 dnl found wrong one
11 MAN2HTML="\$(top_builddir)/scripts/man2html"
This page took 0.040297 seconds and 4 git commands to generate.