components/ghostscript/patches/09-ijs.automake.patch
changeset 178 4340c0d63702
child 7819 b1bca76ec901
equal deleted inserted replaced
177:fd9cb2273c9d 178:4340c0d63702
       
     1 --- ghostscript-8.64/ijs/Makefile.am.orig	Tue Mar 29 04:38:15 2011
       
     2 +++ ghostscript-8.64/ijs/Makefile.am	Tue Mar 29 04:38:26 2011
       
     3 @@ -24,7 +24,7 @@
       
     4  
       
     5  ## Process this file with automake to produce Makefile.in.
       
     6  
       
     7 -AUTOMAKE_OPTIONS = 1.6 foreign dist-bzip2 no-dependencies 
       
     8 +AUTOMAKE_OPTIONS = 1.10 foreign dist-bzip2 no-dependencies 
       
     9  
       
    10  @SET_MAKE@
       
    11  
       
    12 --- ghostscript-8.64/ijs/autogen.sh.orig	Tue Mar 29 04:39:57 2011
       
    13 +++ ghostscript-8.64/ijs/autogen.sh	Tue Mar 29 04:39:17 2011
       
    14 @@ -33,7 +33,7 @@
       
    15  
       
    16  # do we need automake?
       
    17  (grep "^AM_INIT_AUTOMAKE" "$CONFIG_AC" >/dev/null) && {
       
    18 -  AM_NEEDED=`fgrep AUTOMAKE_OPTIONS Makefile.am | $VERSIONGREP`
       
    19 +  AM_NEEDED=`fgrep AUTOMAKE_OPTIONS Makefile.am | nawk '{print $3}'`
       
    20    AM_NMAJOR=`echo $AM_NEEDED |cut -d. -f1`
       
    21    AM_NMINOR=`echo $AM_NEEDED |cut -d. -f2`
       
    22    AM_NPATCHLEVEL=`echo $AM_NEEDED |cut -d. -f3`