a2ps-commit
[Top][All Lists]
Advanced

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

CVS: a2ps/lib Makefile.am,1.1.1.1.2.2,1.1.1.1.2.3 liba2ps.h,1.1.1.1.2.3,


From: Akim Demaille <address@hidden>
Subject: CVS: a2ps/lib Makefile.am,1.1.1.1.2.2,1.1.1.1.2.3 liba2ps.h,1.1.1.1.2.3,1.1.1.1.2.4
Date: Wed, 04 Sep 2002 11:35:12 -0400

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

Modified Files:
      Tag: a2ps-4-1x
        Makefile.am liba2ps.h 
Log Message:
* lib/Makefile.am (confg.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.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
*** Makefile.am 18 Apr 2002 16:42:17 -0000      1.1.1.1.2.2
--- Makefile.am 4 Sep 2002 15:35:10 -0000       1.1.1.1.2.3
***************
*** 92,98 ****
  # user.
  confg.c: confg.gperf
!       $(GPERF) $(GPERFFLAGS) confg.gperf | \
!         sed -e 's/ signed char/ short/g' > confg.c-tmp
!       mv confg.c-tmp confg.c
  
  #
--- 92,98 ----
  # user.
  confg.c: confg.gperf
!       $(GPERF) $(GPERFFLAGS) confg.gperf >confg.tmp
!       sed -e 's/ signed char/ short/g' <confg.tmp >confg.c
!       rm -f confg.tmp
  
  #

Index: liba2ps.h
===================================================================
RCS file: /cvsroot/a2ps/a2ps/lib/liba2ps.h,v
retrieving revision 1.1.1.1.2.3
retrieving revision 1.1.1.1.2.4
diff -C2 -r1.1.1.1.2.3 -r1.1.1.1.2.4





reply via email to

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