a2ps-commit
[Top][All Lists]
Advanced

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

CVS: a2ps/lib Makefile.am,1.4,1.5 liba2ps.h,1.7,1.8 parseppd.output,1.2,


From: Akim Demaille <address@hidden>
Subject: CVS: a2ps/lib Makefile.am,1.4,1.5 liba2ps.h,1.7,1.8 parseppd.output,1.2,1.3
Date: Wed, 04 Sep 2002 11:41:02 -0400

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

Modified Files:
        Makefile.am liba2ps.h parseppd.output 
Log Message:
* lib/Makefile.am (confg.c, function.c): Fail if gperf cannot be run.
Reported by Ed Arthur.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/a2ps/a2ps/lib/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Makefile.am 18 Apr 2002 16:42:00 -0000      1.4
--- Makefile.am 4 Sep 2002 15:41:00 -0000       1.5
***************
*** 94,105 ****
  # user.
  confg.c: confg.gperf
!       $(GPERF) $(GPERFFLAGS) -N entry_gperf confg.gperf | \
!         sed -e 's/ signed char/ short/g' > confg.c-tmp
!       mv confg.c-tmp confg.c
  
  function.c: function.gperf
!       $(GPERF) $(GPERFFLAGS) -c -T -N function_gperf function.gperf | \
!         sed -e 's/ signed char/ short/g' > function.c-tmp
!       mv function.c-tmp function.c
  
  #
--- 94,105 ----
  # user.
  confg.c: confg.gperf
!       $(GPERF) $(GPERFFLAGS) -N entry_gperf confg.gperf >confg.tmp
!       sed -e 's/ signed char/ short/g' <confg.tmp >confg.c
!       rm -f confg.tmp
  
  function.c: function.gperf
!       $(GPERF) $(GPERFFLAGS) -c -T -N function_gperf function.gperf 
>function.tmp
!       sed -e 's/ signed char/ short/g' <function.tmp >function.c
!       rm -f function.tmp
  
  #

Index: liba2ps.h
===================================================================
RCS file: /cvsroot/a2ps/a2ps/lib/liba2ps.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8

Index: parseppd.output
===================================================================
RCS file: /cvsroot/a2ps/a2ps/lib/parseppd.output,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** parseppd.output     4 Sep 2002 10:23:43 -0000       1.2
--- parseppd.output     4 Sep 2002 15:41:00 -0000       1.3
***************
*** 1,5 ****
  Grammar
  
!     0 $accept: file $end
  
      1 file: ppd
--- 1,5 ----
  Grammar
  
!     0 $axiom: file $
  
[...1947 lines suppressed...]
     27 ppd: ppd tParamCustomPageSize SYMBOL ustring_opt ':' SYMBOL SYMBOL 
SYMBOL SYMBOL . EOL
--- 1251,1255 ----
  
  
! état 143
  
     27 ppd: ppd tParamCustomPageSize SYMBOL ustring_opt ':' SYMBOL SYMBOL 
SYMBOL SYMBOL . EOL
***************
*** 1258,1262 ****
  
  
! state 144
  
     27 ppd: ppd tParamCustomPageSize SYMBOL ustring_opt ':' SYMBOL SYMBOL 
SYMBOL SYMBOL EOL .
--- 1258,1262 ----
  
  
! état 144
  
     27 ppd: ppd tParamCustomPageSize SYMBOL ustring_opt ':' SYMBOL SYMBOL 
SYMBOL SYMBOL EOL .





reply via email to

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