Solaris doesn't handle compressed manpages so we need a toggle that
will allow installing them uncompressed on that platform. It should
be yes by default and disabled for platforms that have a legacy man
binary.
Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
PSCMD="ps -e"
WIN32=
MACOSX=
+COMPRESS_MANPAGES=yes
hostname=`uname -n | cut -d '.' -f 1`
if test x${hostname} = x ; then
platforms/solaris/bacula-fd \
platforms/solaris/bacula-sd \
platforms/solaris/bacula-dir"
+ COMPRESS_MANPAGES=
case ${DISTVER} in
5.5|5.6)
AC_DEFINE(HAVE_OLD_SOCKOPT)
AC_SUBST(MACOSX)
AC_SUBST(DISTNAME)
AC_SUBST(DISTVER)
+AC_SUBST(COMPRESS_MANPAGES)
dnl common parts of the Makefile
MCOMMON=./autoconf/Make.common