summaryrefslogtreecommitdiff
path: root/devel/clisp-pcre/patches/patch-aa
blob: 0fd795e19c6322762e166131a4e420e8936aa432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$NetBSD: patch-aa,v 1.1.1.1 2010/07/09 18:59:48 asau Exp $

Override ac_install_sh.

--- modules/pcre/configure.orig	2010-07-09 12:15:49.000000000 +0400
+++ modules/pcre/configure	2010-07-09 12:16:27.000000000 +0400
@@ -2285,19 +2285,6 @@
 required=true
 ${required} && test $cl_cv_have_clisp = no && as_fn_error "CLISP not found" "$LINENO" 5
 
-ac_aux_dir=
-for ac_dir in $cl_cv_clisp_libdir/build-aux "$srcdir"/$cl_cv_clisp_libdir/build-aux; do
-  for ac_t in install-sh install.sh shtool; do
-    if test -f "$ac_dir/$ac_t"; then
-      ac_aux_dir=$ac_dir
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
-      break 2
-    fi
-  done
-done
-if test -z "$ac_aux_dir"; then
-  as_fn_error "cannot find install-sh, install.sh, or shtool in $cl_cv_clisp_libdir/build-aux \"$srcdir\"/$cl_cv_clisp_libdir/build-aux" "$LINENO" 5
-fi
 
 # These three variables are undocumented and unsupported,
 # and are intended to be withdrawn in a future Autoconf release.