blob: f1b034f4f1d41de5ac863470b7bfccfbb24b90c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2003-02-24 17:08:34.000000000 +0900
+++ configure 2003-10-27 04:49:08.000000000 +0900
@@ -899,7 +899,7 @@
# Check whether --with-helpviewer or --without-helpviewer was given.
if test "${with_helpviewer+set}" = set; then
withval="$with_helpviewer"
- HELPVIEWER="-DGRACE_HELPVIEWER=${withval}"
+ HELPVIEWER="-DGRACE_HELPVIEWER=\\\"'${withval} %s'\\\""
fi
|