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