From: Eric Bollengier Date: Wed, 24 Aug 2011 12:08:10 +0000 (+0200) Subject: Tweak --htmldir and --docdir in configure X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=84fc9a48288a3f18bdc1b8eaec41a47f17e92cbc;p=bacula%2Fbacula Tweak --htmldir and --docdir in configure --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 9805672153..80d6a979a8 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -337,12 +337,12 @@ fi dnl ------------------------------------------------------------------------- dnl If the user has not set --htmldir, we default to /usr/share/doc/bacula/html dnl ------------------------------------------------------------------------- -if test x$htmldir = x${docdir} ; then - htmldir=`eval echo ${docdir}/html` +if test x$htmldir = x'/usr/share/doc/bacula/' ; then + htmldir=`eval echo ${docdir}html` fi dnl ------------------------------------------------------------------------- -dnl If the user has not set --docdir, we default to /usr/share/doc/ +dnl If the user has not set --docdir, we default to /usr/share/doc/bacula dnl ------------------------------------------------------------------------- if test x$docdir = x'/usr/share/doc/' ; then docdir=`eval echo ${docdir}bacula`