diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 262b349b3d..68c8ce47b9 100644 --- a/configure.ac +++ b/configure.ac @@ -1475,7 +1475,7 @@ AC_CONFIG_FILES([ ]) if test x$asciidoc = xtrue && test "$ASCIIDOC" = "none" ; then - regular_mans=(doc/tor doc/tor-gencert doc/tor-resolve doc/torify) + 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 echo "=================================="; |