diff options
author | agc <agc@pkgsrc.org> | 1998-08-07 11:39:04 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-08-07 11:39:04 +0000 |
commit | 08c812cd792d5c1e2f8484551a7e9f746ad14db5 (patch) | |
tree | e5f4c830eefee852e422593fc428341a832dc6ac /lang | |
parent | 41bfb3073717616c4a3211de0bd7208753d48d18 (diff) | |
download | pkgsrc-08c812cd792d5c1e2f8484551a7e9f746ad14db5.tar.gz |
Don't check for Configure input coming from a tty.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl5/patches/patch-aa | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/lang/perl5/patches/patch-aa b/lang/perl5/patches/patch-aa index 5d42138f8d0..f92a226d587 100644 --- a/lang/perl5/patches/patch-aa +++ b/lang/perl5/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.5 1998/08/07 11:09:22 agc Exp $ +$NetBSD: patch-aa,v 1.6 1998/08/07 11:39:04 agc Exp $ ---- Configure.orig Fri Oct 3 19:57:39 1997 -+++ Configure Thu Feb 19 20:19:03 1998 +--- Configure.orig Fri Oct 3 18:57:39 1997 ++++ Configure Fri Aug 7 12:31:44 1998 @@ -65,7 +65,7 @@ fi @@ -11,6 +11,21 @@ $NetBSD: patch-aa,v 1.5 1998/08/07 11:09:22 agc Exp $ paths="$paths /opt/bin /opt/local/bin /opt/local /opt/lbin" paths="$paths /usr/5bin /etc /usr/gnu/bin /usr/new /usr/new/bin /usr/nbin" paths="$paths /opt/gnu/bin /opt/new /opt/new/bin /opt/nbin" +@@ -92,10 +92,10 @@ + esac + + : Sanity checks +-if test ! -t 0; then +- echo "Say 'sh $me', not 'sh <$me'" +- exit 1 +-fi ++: if test ! -t 0; then ++: echo "Say 'sh $me', not 'sh <$me'" ++: exit 1 ++: fi + + : Test and see if we are running under ksh, either blatantly or in disguise. + if (PATH=.; alias -x) >/dev/null 2>&1; then @@ -725,7 +725,7 @@ archobjs='' : Possible local include directories to search. |