mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
645ac20526
portlint!)
20 lines
585 B
Plaintext
20 lines
585 B
Plaintext
--- configure.ORIG Sun Sep 28 19:23:25 1997
|
|
+++ configure Fri Oct 10 08:37:05 1997
|
|
@@ -1236,6 +1236,8 @@
|
|
# 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'
|
|
|
|
|
|
@@ -6019,6 +6021,7 @@
|
|
s%@TK_LIB_SPEC@%$TK_LIB_SPEC%g
|
|
s%@CC@%$CC%g
|
|
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
|
|
+s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
|
|
s%@INSTALL_DATA@%$INSTALL_DATA%g
|
|
s%@RANLIB@%$RANLIB%g
|
|
s%@subdirs@%$subdirs%g
|