summaryrefslogtreecommitdiff
path: root/textproc/gawk/patches/patch-ac
blob: bb5056eb34549f37d5ff0cc29570e004533b9932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ac,v 1.1.1.1 1999/12/10 17:33:40 bouyer Exp $

--- configure.old	Thu Dec  9 12:50:37 1999
+++ configure	Thu Dec  9 12:51:24 1999
@@ -939,6 +939,7 @@
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 # It thinks the first close brace ends the variable substitution.
 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+test -z "$INSTALL_SCRIPT" && INSTALL_PROGRAM='${INSTALL}'
 
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
@@ -3359,6 +3360,7 @@
 s%@CPP@%$CPP%g
 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
 s%@INSTALL_DATA@%$INSTALL_DATA%g
+s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
 s%@SET_MAKE@%$SET_MAKE%g
 s%@build@%$build%g
 s%@build_alias@%$build_alias%g