d0abc01f49
option new-clx from lang/clisp
27 lines
1.1 KiB
Text
27 lines
1.1 KiB
Text
$NetBSD: patch-aa,v 1.1 2011/04/20 18:36:17 hans Exp $
|
|
|
|
Override ac_install_sh.
|
|
|
|
--- modules/clx/new-clx/configure.orig 2010-06-24 20:09:38.000000000 +0200
|
|
+++ modules/clx/new-clx/configure 2011-04-20 16:52:29.618213220 +0200
|
|
@@ -2462,20 +2462,6 @@ $as_echo "$cl_cv_have_clisp" >&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.
|
|
# They can cause serious problems if a builder's source tree is in a directory
|