summaryrefslogtreecommitdiff
path: root/devel/autogen/patches/patch-ad
blob: 1313177a49aaa1f37bb2570ab5a2dd7b8d632305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ad,v 1.4 2016/07/16 20:00:14 wiz Exp $

Allow passing in POSIX_SHELL from environment to avoid paths to tools/ dir.

--- configure.orig	2011-05-06 14:06:58.000000000 +0000
+++ configure
@@ -13518,6 +13518,7 @@ $as_echo "$ac_cv_path_SED" >&6; }
 
   while :
   do
+      test -x "$POSIX_SHELL" && break
       POSIX_SHELL=`which bash`
       test -x "$POSIX_SHELL" && break
       POSIX_SHELL=`which dash`