From 38db7a5ff49fbf997f725c5d0e28db3d96f52129 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Wed, 27 Mar 2002 16:58:47 +0000 Subject: [PATCH] oops, a line i didn't intend to commit snuck here, even broke some ports --- devel/autoconf/patches/patch-autoconf_sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/devel/autoconf/patches/patch-autoconf_sh b/devel/autoconf/patches/patch-autoconf_sh index 716b79501cc..b4acb22d883 100644 --- a/devel/autoconf/patches/patch-autoconf_sh +++ b/devel/autoconf/patches/patch-autoconf_sh @@ -1,5 +1,5 @@ --- autoconf.sh.orig Tue Jan 5 06:27:53 1999 -+++ autoconf.sh Mon Mar 25 11:57:03 2002 ++++ autoconf.sh Wed Mar 27 09:49:29 2002 @@ -45,7 +45,8 @@ case "${M4}" in esac @@ -10,12 +10,10 @@ localdir= show_version=no -@@ -95,9 +96,19 @@ case $# in - *) echo "$usage" >&2; exit 1 ;; +@@ -96,8 +97,18 @@ case $# in esac --trap 'rm -f $tmpin $tmpout; exit 1' 1 2 15 -+trap 'rm -f $tmpin $tmpout; exit 1' 0 1 2 3 13 15 + trap 'rm -f $tmpin $tmpout; exit 1' 1 2 15 +if fgrep AC_ $infile >/dev/null; then + : +else