feb2432479
Changes: Remote startup sped up, security fix regarding .fvwm2rc being searched in . if $HOME was not set, and some minor fixes.
31 lines
924 B
Text
31 lines
924 B
Text
$NetBSD: patch-ab,v 1.3 2001/03/13 20:59:15 wiz Exp $
|
|
|
|
--- configure.orig Mon Nov 29 10:07:03 1999
|
|
+++ configure Mon Jan 1 22:23:09 2001
|
|
@@ -654,7 +654,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'
|
|
|
|
@@ -743,7 +743,7 @@
|
|
fi
|
|
|
|
|
|
-PACKAGE=fvwm
|
|
+PACKAGE=fvwm2
|
|
|
|
VERSION=2.2.5
|
|
|
|
@@ -2984,7 +2984,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'
|
|
|