a2ps-commit
[Top][All Lists]
Advanced

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

CVS: a2ps/ogonkify configure.in,1.1.1.1,1.2 ogonkify.in,1.4,1.5


From: Akim Demaille <address@hidden>
Subject: CVS: a2ps/ogonkify configure.in,1.1.1.1,1.2 ogonkify.in,1.4,1.5
Date: Thu, 18 Apr 2002 12:05:10 -0400

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

Modified Files:
        configure.in ogonkify.in 
Log Message:
* bootstrap, README-cvs: New.
* ogonkify: Fix the PERL look up.
Adjust to Autoconf 2.53.


Index: configure.in
===================================================================
RCS file: /cvsroot/a2ps/a2ps/ogonkify/configure.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** configure.in        4 Mar 2002 18:46:26 -0000       1.1.1.1
--- configure.in        18 Apr 2002 16:05:07 -0000      1.2
***************
*** 1,8 ****
! AC_PREREQ(2.14a)
! AC_PACKAGE(Ogonkify)
  
! AC_INIT(composeglyphs.in)
  AC_CONFIG_AUX_DIR(../auxdir)
! AM_INIT_AUTOMAKE(ogonkify, novers)
  
  # What should get installed?
--- 1,7 ----
! AC_PREREQ(2.53)
  
! AC_INIT(Ogonkify, 0.7.0)
  AC_CONFIG_AUX_DIR(../auxdir)
! AM_INIT_AUTOMAKE
  
  # What should get installed?
***************
*** 19,24 ****
  #
  
! dnl Composite needs ibmfonts and perl
! AC_DEFUN(ad_IBMFONTS,
   [AC_PATH_X
    AC_MSG_CHECKING(for IBM font files)
--- 18,23 ----
  #
  
! # Composite needs ibmfonts and perl
! AC_DEFUN([ad_IBMFONTS],
   [AC_PATH_X
    AC_MSG_CHECKING(for IBM font files)
***************
*** 43,57 ****
    fi])
  
! dnl Ogonkify is written in Perl.
  case "x$PERL" in
   x/*) # User specified a version of Perl to use by absolute path.
!      AC_SUBST(PERL);;
   x)   # She didn't specify at all.
!       AC_PATH_PROG(PERL, 'perl perl5', no) ;;
   x*)  # She specified the name, but we want the path.
!      AC_PATH_PROG(PERL, $PERL, no) ;;
  esac
  
! dnl We need the IBM PFA files.
  ad_IBMFONTS
  
--- 42,56 ----
    fi])
  
! # Ogonkify is written in Perl.
  case "x$PERL" in
   x/*) # User specified a version of Perl to use by absolute path.
!       AC_SUBST(PERL);;
   x)   # She didn't specify at all.
!       AC_PATH_PROG(PERL, [perl perl5], no) ;;
   x*)  # She specified the name, but we want the path.
!       AC_PATH_PROG(PERL, $PERL, no) ;;
  esac
  
! # We need the IBM PFA files.
  ad_IBMFONTS
  

Index: ogonkify.in
===================================================================
RCS file: /cvsroot/a2ps/a2ps/ogonkify/ogonkify.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ogonkify.in 25 Mar 2002 17:20:13 -0000      1.4
--- ogonkify.in 18 Apr 2002 16:05:07 -0000      1.5
***************
*** 1,3 ****
! #!no
  # Convert the PostScript output of Netscape to use an arbitrary encoding.
  # Do font remapping if asked for.
--- 1,3 ----
! #!/usr/bin/perl
  # Convert the PostScript output of Netscape to use an arbitrary encoding.
  # Do font remapping if asked for.




reply via email to

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