$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