a2ps-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS: a2ps ChangeLog,1.25,1.26 NEWS,1.3,1.4 configure.in,1.7,1.8


From: Franck Lombardi <address@hidden>
Subject: CVS: a2ps ChangeLog,1.25,1.26 NEWS,1.3,1.4 configure.in,1.7,1.8
Date: Wed, 18 Sep 2002 06:04:41 -0400

Update of /cvsroot/a2ps/a2ps
In directory subversions:/tmp/cvs-serv23834

Modified Files:
        ChangeLog NEWS configure.in 
Log Message:
Add html2ps delegation if netscape don't run.
Check if netscape and html2ps is installed and check if netscape support 
remote-command.



Index: ChangeLog
===================================================================
RCS file: /cvsroot/a2ps/a2ps/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** ChangeLog   16 Sep 2002 14:25:00 -0000      1.25
--- ChangeLog   18 Sep 2002 10:04:39 -0000      1.26
***************
*** 1,2 ****
--- 1,8 ----
+ 2002-09-17  Franck Lombardi  <address@hidden>
+ 
+       * etc/a2ps_cfg.in: Add html2ps delegation if netscape don't run.
+       * configure.in: Check if netscape and html2ps is installed and
+       check if netscape support remote-command.
+ 
  2002-09-16  Franck Lombardi  <address@hidden>
  

Index: NEWS
===================================================================
RCS file: /cvsroot/a2ps/a2ps/NEWS,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** NEWS        25 Mar 2002 16:01:13 -0000      1.3
--- NEWS        18 Sep 2002 10:04:39 -0000      1.4
***************
*** 2,5 ****
--- 2,8 ----
  
  Version 4.49a
+  * Predefined delegations:
+    - Add html2ps delegation if netscape don't run.
+    - Now the configure script check if netscape support remote-command.
   * Options:
     - --list=pagedevice reports the available printer specific features

Index: configure.in
===================================================================
RCS file: /cvsroot/a2ps/a2ps/configure.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** configure.in        3 Sep 2002 14:05:26 -0000       1.7
--- configure.in        18 Sep 2002 10:04:39 -0000      1.8
***************
*** 305,308 ****
--- 305,323 ----
  ad_CHECK_PROG(convert)
  
+ # HTML delegation
+ ad_CHECK_PROGS([netscape, html2ps])
+ if test "x$COM_netscape" = x; then
+   AC_CACHE_CHECK(whether netscape support remote-command, remote_com_netscape,
+   [$netscape --help >conftest.help 2>&1
+   if fgrep -e -remote  conftest.help >/dev/null &&
+      fgrep -e -noraise conftest.help >/dev/null; then
+      remote_com_netscape=yes
+   else
+      remote_com_netscape=no
+   fi
+   rm -f conftest.help])
+   test "$remote_com_netscape" = no && COM_netscape='#'
+ fi
+ 
  # PDF delegation
  ad_CHECK_PROGS([acroread, pdf2ps])





reply via email to

[Prev in Thread] Current Thread [Next in Thread]