more updates
[debian/amanda] / debian / rules
index 315df6cf9f880979c56c1ffe0661cb5df608b8ce..4fe0807f4a9574bc9eafdc668c840bf55ae34416 100755 (executable)
@@ -15,15 +15,16 @@ configure-stamp:
        # pick up latest config files provided by autotools-dev
        cp -f /usr/share/misc/config.sub config/config.sub
        cp -f /usr/share/misc/config.guess config/config.guess
-       MAILER=/usr/bin/mail \
-
        # do we need --{htmldir,dvidir,pdfdir,psdir} to force subdirectories?
        # should we re-craft this to use --without-server and --without-client,
        #       and lose the amanda-common package?
+       MAILER=/usr/bin/mail \
+       SSH=/usr/bin/ssh \
        ./configure \
                --prefix=/usr \
                --bindir=/usr/sbin \
                --libexecdir=/usr/lib/amanda \
+               --without-amlibexecdir \
                --sysconfdir=/etc \
                --sharedstatedir=/var/lib \
                --localstatedir=/var/lib \
@@ -32,14 +33,15 @@ configure-stamp:
                --with-tcpportrange=50000,50100 \
                --with-udpportrange=840,860 \
                --with-debugging=/var/log/amanda \
+               --with-gnutar-listdir=/var/lib/amanda/gnutar-lists \
                --with-index-server=localhost \
-
                --with-bsd-security \
-               --with-amandahosts \
                --with-smbclient=/usr/bin/smbclient \
+               --with-amandahosts \
                --with-ssh-security \
                --with-bsdtcp-security \
                --with-bsdudp-security
+
        touch missing
        touch configure-stamp