Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 53720f1afc30b5eb68997a3407556122 > files > 39

bacula2-common-2.4.4-15.fc18.i686.rpm

#!/bin/sh
#
# This is Kern's configure script for a test Bacula
#
CFLAGS="-g -O2 -Wall" ./configure \
    --sbindir=$HOME/bacula/bin \
    --sysconfdir=$HOME/bacula/bin \
    --with-pid-dir=$HOME/bacula/bin/working \
    --with-subsys-dir=$HOME/bacula/bin/working \
    --enable-gnome \
    --enable-smartalloc \
    --with-mysql=$HOME/mysql \
    --with-working-dir=$HOME/bacula/working \
    --with-dump-email=$USER \
    --with-job-email=$USER

exit 0