summaryrefslogtreecommitdiff
path: root/devel/clisp-wildcard/patches/patch-aa
blob: d4d1c0812fbe9c9a1dec60410a96c6b530f2f723 (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 2011/04/20 18:50:02 hans Exp $

Override ac_install_sh.

--- modules/wildcard/configure.orig	2010-06-24 20:09:40.000000000 +0200
+++ modules/wildcard/configure	2011-04-20 18:27:39.393837015 +0200
@@ -2390,19 +2390,6 @@ fi
 $as_echo "$cl_cv_clisp_FFI" >&6; }
 ${required} && test $cl_cv_clisp_FFI = no && \
 as_fn_error "no FFI in CLISP" "$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.