aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-05-24 14:43:57 -0400
committerNick Mathewson <nickm@torproject.org>2013-05-24 14:43:57 -0400
commite7134c2375f3c577ab7dcc20c74c5773d1a5f37d (patch)
treef06fa939d53cf9d731e011138bec27055e512521 /configure.ac
parent15c6a9b02345bf2f3687b3dcd51c7ae9c99e1dd3 (diff)
downloadtor-e7134c2375f3c577ab7dcc20c74c5773d1a5f37d.tar
tor-e7134c2375f3c577ab7dcc20c74c5773d1a5f37d.tar.gz
double-quotes and changes file for 6506.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9a5d589b9..1e69ec48d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1468,10 +1468,10 @@ AC_CONFIG_FILES([
src/config/torrc.sample
])
-if test x$asciidoc = xtrue && test $ASCIIDOC = "none" ; then
+if test x$asciidoc = xtrue && test "$ASCIIDOC" = "none" ; then
regular_mans=(doc/tor doc/tor-gencert doc/tor-resolve doc/torify)
for file in $regular_mans ; do
- if ! [[ -f $srcdir/$file.1.in ]] || ! [[ -f $srcdir/$file.html.in ]] ; then
+ if ! [[ -f "$srcdir/$file.1.in" ]] || ! [[ -f "$srcdir/$file.html.in" ]] ; then
echo "==================================";
echo;
echo "You need asciidoc installed to be able to build the manpage.";