$NetBSD: patch-ab,v 1.9 2002/03/11 07:20:55 martti Exp $ --- configure.orig Sun Mar 10 10:38:10 2002 +++ configure Mon Mar 11 07:44:38 2002 @@ -672,7 +672,7 @@ # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' -test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM:S/-s//g}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' @@ -761,7 +761,7 @@ fi -PACKAGE=fvwm +PACKAGE=fvwm2 VERSION=2.4.6 @@ -3907,7 +3907,7 @@ # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' -test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM:S/-s//g}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'