From 398d58d67e497b9b1ceccf3be480c830598c41f1 Mon Sep 17 00:00:00 2001 From: Jonathan Dowland Date: Tue, 26 Jan 2016 23:15:51 +0000 Subject: [PATCH] update configure invocation for new autotools --- debian/rules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 4135371..b654b1e 100755 --- a/debian/rules +++ b/debian/rules @@ -58,9 +58,7 @@ configure-stamp: --sysconfdir=/etc \ --mandir=/usr/share/man \ --with-initscriptdir=no \ - --with-docdir=/usr/share/doc/smartmontools \ - --enable-savestates \ - --enable-attributelog \ + --docdir=/usr/share/doc/smartmontools \ --with-savestates=/var/lib/smartmontools/smartd. \ --with-attributelog=/var/lib/smartmontools/attrlog. \ --with-exampledir=/usr/share/doc/smartmontools/examples/ \