]> git.pld-linux.org Git - packages/Xbae.git/commitdiff
- fix ac2.60 vs pdksh
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 17 Feb 2007 16:29:01 +0000 (16:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Xbae-ac.patch -> 1.1

Xbae-ac.patch [new file with mode: 0644]

diff --git a/Xbae-ac.patch b/Xbae-ac.patch
new file mode 100644 (file)
index 0000000..2f80c80
--- /dev/null
@@ -0,0 +1,11 @@
+--- xbae-4.60.4/acinclude.m4.orig      2004-02-02 21:20:03.000000000 +0100
++++ xbae-4.60.4/acinclude.m4   2007-02-17 17:01:56.835812809 +0100
+@@ -285,7 +285,7 @@
+ AC_PATH_PROG(man2html_cmd, man2html)
+ if test -x "$man2html_cmd"
+ then
+-  if test -z "`$man2html_cmd </dev/null 2>&1 | grep \"LessTif's man2html\"`"
++  if test -z "$($man2html_cmd </dev/null 2>&1 | grep "LessTif's man2html")"
+   then
+      dnl found wrong one
+      MAN2HTML="\$(top_builddir)/scripts/man2html"
This page took 0.060917 seconds and 4 git commands to generate.