try differently
authorBdale Garbee <bdale@gag.com>
Wed, 16 May 2012 17:23:34 +0000 (11:23 -0600)
committerBdale Garbee <bdale@gag.com>
Wed, 16 May 2012 17:23:34 +0000 (11:23 -0600)
debian/control
debian/rules

index fdd8a8bde6da3500a6e379dd9a92f9cb42c791d3..1e5e4883b71664065f424993746d4c8f300db0fa 100644 (file)
@@ -2,7 +2,7 @@ Source: sudo
 Section: admin
 Priority: optional
 Maintainer: Bdale Garbee <bdale@gag.com>
-Build-Depends: debhelper (>= 7), libpam0g-dev, libldap2-dev, libsasl2-dev, libselinux1-dev [linux-any], autoconf, automake, libtool, autotools-dev, bison, flex
+Build-Depends: debhelper (>= 7), libpam0g-dev, libldap2-dev, libsasl2-dev, libselinux1-dev [linux-any], autoconf, autotools-dev, bison, flex
 Standards-Version: 3.9.3
 Vcs-Git: git://git.gag.com/debian/sudo
 Vcs-Browser: http://git.gag.com/?p=debian/sudo
index b025ca67389e146594d1b6888feaec807dca1406..c27b25f1c79efebfa39a86e9492cc8910044cdac 100755 (executable)
@@ -15,7 +15,7 @@ endif
 reconf-stamp:
        cp -f /usr/share/misc/config.sub config.sub
        cp -f /usr/share/misc/config.guess config.guess
-       autoreconf -i -v
+       autoconf -I m4
        touch $@
 
 configure: configure-stamp