components/ghostscript/patches/09-ijs.automake.patch
author sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
Sat, 25 Jun 2011 00:08:53 -0700
changeset 345 61b29cf8b717
parent 178 4340c0d63702
child 7819 b1bca76ec901
permissions -rw-r--r--
6975488 Problem with utility/ghostscript 6905495 Problem with print/ghostscript 7041017 Remove pointer to old printer driver (gedevmd2k.c) 6993033 *ps2pdf* dumps core with ghostscript-8.64 6914015 opensolaris ghostscript bitcmyk is broken

--- ghostscript-8.64/ijs/Makefile.am.orig	Tue Mar 29 04:38:15 2011
+++ ghostscript-8.64/ijs/Makefile.am	Tue Mar 29 04:38:26 2011
@@ -24,7 +24,7 @@
 
 ## Process this file with automake to produce Makefile.in.
 
-AUTOMAKE_OPTIONS = 1.6 foreign dist-bzip2 no-dependencies 
+AUTOMAKE_OPTIONS = 1.10 foreign dist-bzip2 no-dependencies 
 
 @SET_MAKE@
 
--- ghostscript-8.64/ijs/autogen.sh.orig	Tue Mar 29 04:39:57 2011
+++ ghostscript-8.64/ijs/autogen.sh	Tue Mar 29 04:39:17 2011
@@ -33,7 +33,7 @@
 
 # do we need automake?
 (grep "^AM_INIT_AUTOMAKE" "$CONFIG_AC" >/dev/null) && {
-  AM_NEEDED=`fgrep AUTOMAKE_OPTIONS Makefile.am | $VERSIONGREP`
+  AM_NEEDED=`fgrep AUTOMAKE_OPTIONS Makefile.am | nawk '{print $3}'`
   AM_NMAJOR=`echo $AM_NEEDED |cut -d. -f1`
   AM_NMINOR=`echo $AM_NEEDED |cut -d. -f2`
   AM_NPATCHLEVEL=`echo $AM_NEEDED |cut -d. -f3`