blob: 986efd66dd5cbe3b558f53d1f7d254e2fa703967 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
diff -cdNr expect-5.18.ORG/configure expect-5.18/configure
*** expect-5.18.ORG/configure Tue Nov 21 23:38:23 1995
--- configure Thu Dec 7 23:35:09 1995
***************
*** 704,709 ****
--- 704,711 ----
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
+
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
***************
*** 4601,4606 ****
--- 4603,4609 ----
s%@CPP@%$CPP%g
s%@RANLIB@%$RANLIB%g
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
+ s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
s%@INSTALL_DATA@%$INSTALL_DATA%g
s%@subdirs@%$subdirs%g
s%@TCLHDIR@%$TCLHDIR%g
|