]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak --htmldir and --docdir in configure
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 24 Aug 2011 12:08:10 +0000 (14:08 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:00 +0000 (14:50 +0200)
bacula/autoconf/configure.in

index 98056721539a2e8ce0324211cc1ac7e806f66404..80d6a979a89dc5a8581b3b9d4ffb57c6e088dec8 100644 (file)
@@ -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`