]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/regress-config
Updates
[bacula/bacula] / regress / scripts / regress-config
index 2e9581831766173931ae3665f147bca1907cd245..7fdae76929a38a362aa3ed31ebde46b73aa917ca 100755 (executable)
@@ -7,13 +7,18 @@ CFLAGS="-g -O2 -Wall" \
  ./configure \
     --sbindir=$1/bin \
     --sysconfdir=$1/bin \
-    --with-pid-dir=$1/bin/working \
-    --with-subsys-dir=$1/bin/working \
+    --mandir=$1/bin \
+    --with-pid-dir=$1/working \
+    --with-subsys-dir=$1/working \
     --enable-smartalloc \
-    --with-sqlite=$1/../depkgs/sqlite \
-    --with-working-dir=$1/bin/working \
-    --with-dump-email=kern+ok@sibbald.com \
-    --with-job-email=kern+ok@sibbald.com \
-    --with-baseport=8101 
+    --disable-readline \
+    --with-working-dir=$1/working \
+    --with-dump-email=$2 \
+    --with-job-email=$2 \
+    --with-smtp-host=$5 \
+    $3 \
+    --with-baseport=8101 \
+    $4 \
+    $6
 
 exit 0