From da5398ce6b24dcfb531afae53327507237c17d00 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 16 May 2012 11:21:28 -0600 Subject: [PATCH] try letting autoreconf pull what it needs --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2