a2ps-commit
[Top][All Lists]
Advanced

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

CVS: a2ps ChangeLog,1.4.2.17,1.4.2.18 NEWS,1.1.1.1.2.2,1.1.1.1.2.3 confi


From: Franck Lombardi <address@hidden>
Subject: CVS: a2ps ChangeLog,1.4.2.17,1.4.2.18 NEWS,1.1.1.1.2.2,1.1.1.1.2.3 configure.in,1.2.2.6,1.2.2.7
Date: Wed, 18 Sep 2002 06:04:23 -0400

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

Modified Files:
      Tag: a2ps-4-1x
        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.4.2.17
retrieving revision 1.4.2.18
diff -C2 -r1.4.2.17 -r1.4.2.18
*** ChangeLog   16 Sep 2002 14:25:36 -0000      1.4.2.17
--- ChangeLog   18 Sep 2002 10:04:21 -0000      1.4.2.18
***************
*** 1,2 ****
--- 1,8 ----
+ 2002-09-18  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.1.1.1.2.2
retrieving revision 1.1.1.1.2.3
diff -C2 -r1.1.1.1.2.2 -r1.1.1.1.2.3
*** NEWS        25 Mar 2002 16:12:42 -0000      1.1.1.1.2.2
--- NEWS        18 Sep 2002 10:04:21 -0000      1.1.1.1.2.3
***************
*** 2,6 ****
  
  Version 4.13c:
! * Bug Fixes
     - `input buffer overflow, can't enlarge buffer because scanner uses REJECT'
       This should no longer happen.
--- 2,9 ----
  
  Version 4.13c:
!  * Predefined delegations:
!    - Add html2ps delegation if netscape don't run.
!    - Now the configure script check if netscape support remote-command.
!  * Bug Fixes
     - `input buffer overflow, can't enlarge buffer because scanner uses REJECT'
       This should no longer happen.

Index: configure.in
===================================================================
RCS file: /cvsroot/a2ps/a2ps/configure.in,v
retrieving revision 1.2.2.6
retrieving revision 1.2.2.7
diff -C2 -r1.2.2.6 -r1.2.2.7
*** configure.in        3 Sep 2002 14:06:29 -0000       1.2.2.6
--- configure.in        18 Sep 2002 10:04:21 -0000      1.2.2.7
***************
*** 298,301 ****
--- 298,316 ----
  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]