diff options
Diffstat (limited to 'graphics/gri/patches/patch-ag')
-rw-r--r-- | graphics/gri/patches/patch-ag | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/graphics/gri/patches/patch-ag b/graphics/gri/patches/patch-ag index 7688dfe0373..c354b312f17 100644 --- a/graphics/gri/patches/patch-ag +++ b/graphics/gri/patches/patch-ag @@ -1,12 +1,12 @@ -$NetBSD: patch-ag,v 1.4 2008/09/04 06:43:06 dholland Exp $ +$NetBSD: patch-ag,v 1.5 2008/09/16 22:47:41 dholland Exp $ ---- configure.orig 2008-09-04 01:47:33.000000000 -0400 -+++ configure 2008-09-04 01:47:35.000000000 -0400 +--- configure.orig 2008-09-08 12:35:26.000000000 -0400 ++++ configure 2008-09-16 18:38:15.000000000 -0400 @@ -1,9 +1,9 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. --# Generated by GNU Autoconf 2.61 for gri 2.12.17. -+# Generated by GNU Autoconf 2.62 for gri 2.12.17. +-# Generated by GNU Autoconf 2.61 for gri 2.12.18. ++# Generated by GNU Autoconf 2.62 for gri 2.12.18. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -610,7 +610,7 @@ $NetBSD: patch-ag,v 1.4 2008/09/04 06:43:06 dholland Exp $ @@ -1406,10 +1493,10 @@ test -n "$ac_init_help" && exit $ac_stat if $ac_init_version; then cat <<\_ACEOF - gri configure 2.12.17 + gri configure 2.12.18 -generated by GNU Autoconf 2.61 +generated by GNU Autoconf 2.62 @@ -623,7 +623,7 @@ $NetBSD: patch-ag,v 1.4 2008/09/04 06:43:06 dholland Exp $ @@ -1420,7 +1507,7 @@ This file contains any messages produced running configure, to aid debugging if configure makes a mistake. - It was created by gri $as_me 2.12.17, which was + It was created by gri $as_me 2.12.18, which was -generated by GNU Autoconf 2.61. Invocation command line was +generated by GNU Autoconf 2.62. Invocation command line was @@ -4667,7 +4667,7 @@ $NetBSD: patch-ag,v 1.4 2008/09/04 06:43:06 dholland Exp $ @@ -6848,7 +7135,7 @@ exec 6>&1 # values after options handling. ac_log=" - This file was extended by gri $as_me 2.12.17, which was + This file was extended by gri $as_me 2.12.18, which was -generated by GNU Autoconf 2.61. Invocation command line was +generated by GNU Autoconf 2.62. Invocation command line was @@ -4706,7 +4706,7 @@ $NetBSD: patch-ag,v 1.4 2008/09/04 06:43:06 dholland Exp $ -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ - gri config.status 2.12.17 + gri config.status 2.12.18 -configured by $0, generated by GNU Autoconf 2.61, - with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" +configured by $0, generated by GNU Autoconf 2.62, @@ -5372,7 +5372,14 @@ $NetBSD: patch-ag,v 1.4 2008/09/04 06:43:06 dholland Exp $ ;; esac -@@ -7556,7 +7795,7 @@ $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/ +@@ -7550,13 +7789,13 @@ echo "$as_me: executing $ac_file command + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. +- if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then ++ if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || + $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || |