This patch adds support for the kdeprintfax program (available in KDE 2/3).
OK to apply to 1.3.0cvs & 1.2.2cvs ?
Index: ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v
retrieving revision 1.300
diff -u -p -r1.300 ChangeLog
--- ChangeLog 5 Oct 2002 12:59:03 -0000 1.300
+++ ChangeLog 9 Oct 2002 14:20:12 -0000
@@ -1,3 +1,7 @@
+2002-10-09 Dekel Tsur <[EMAIL PROTECTED]>
+
+ * configure.m4: Add a check for kdeprintfax.
+
2002-10-05 Dekel Tsur <[EMAIL PROTECTED]>
* lyx2lyx/lyxconvert_218.py (fix_oldfloatinset): Search for
Index: configure.m4
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/configure.m4,v
retrieving revision 1.52
diff -u -p -r1.52 configure.m4
--- configure.m4 4 Sep 2002 11:56:44 -0000 1.52
+++ configure.m4 9 Oct 2002 14:20:12 -0000
@@ -302,7 +302,8 @@ dnl fax_command="none"
dnl fi
# Search a GUI Fax program
-SEARCH_PROG([for a fax program], fax_command, ksendfax)
+SEARCH_PROG([for a fax program], fax_command, kdeprintfax ksendfax)
+test $fax_command = "kdeprintfax" && fax_command="kdeprintfax \$\$i"
test $fax_command = "ksendfax" && fax_command="ksendfax \$\$i"
# Search for LinuxDoc support