blob: fd1bafdc7fd121f2662ba417d7d2b0feb4254726 (
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
27
28
29
30
31
32
|
$NetBSD: patch-aa,v 1.14 2002/02/09 21:12:57 wiz Exp $
--- configure.orig Wed Jan 2 09:15:22 2002
+++ configure
@@ -1536,7 +1536,7 @@
# implement the "install-strip" target properly (strip executables,
# but do not try to strip scripts.)
#
-INSTALL_SCRIPT='${INSTALL}'
+#INSTALL_SCRIPT='${INSTALL}'
# random libc stuff
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
@@ -3790,15 +3790,15 @@
# there must be a better way than this...
if test -z "`echo $with_configdir | sed 's@^/.*@@'`" ; then
# absolute path
- CONFIGDIR=$with_configdir
+ HACK_CONF_DIR=$with_configdir
else
# relative path
- CONFIGDIR="\${exec_prefix}$with_configdir"
+ HACK_CONF_DIR="\${exec_prefix}$with_configdir"
fi
fi
# canonicalize slashes.
-CONFIGDIR=`echo "${CONFIGDIR}" | sed 's@/$@@;s@//*@/@g'`
+HACK_CONF_DIR=`echo "${HACK_CONF_DIR}" | sed 's@/$@@;s@//*@/@g'`
|