From: Bdale Garbee Date: Wed, 16 May 2012 17:21:28 +0000 (-0600) Subject: try letting autoreconf pull what it needs X-Git-Tag: debian/1.8.5p2-1~7 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=da5398ce6b24dcfb531afae53327507237c17d00;p=debian%2Fsudo try letting autoreconf pull what it needs --- diff --git a/debian/rules b/debian/rules index 2a37b30..b025ca6 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -v + autoreconf -i -v touch $@ configure: configure-stamp