From: Modestas Vainius <modestas@vainius.eu>
Date: Thu, 11 Jun 2009 00:17:20 +0000 (+0300)
Subject: autoconf uses a couple of Dh_Lib functions.
X-Git-Tag: 7.3.0~66
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=51161d8f82042d438e8999c5f6806b75a6702f52;p=debhelper.git

autoconf uses a couple of Dh_Lib functions.
---

diff --git a/Debian/Debhelper/Buildsystem/autoconf.pm b/Debian/Debhelper/Buildsystem/autoconf.pm
index 5a55372..c92e2c1 100644
--- a/Debian/Debhelper/Buildsystem/autoconf.pm
+++ b/Debian/Debhelper/Buildsystem/autoconf.pm
@@ -7,6 +7,7 @@
 package Debian::Debhelper::Buildsystem::autoconf;
 
 use strict;
+use Debian::Debhelper::Dh_Lib qw(dpkg_architecture_value sourcepackage);
 use base 'Debian::Debhelper::Buildsystem::makefile';
 
 sub DESCRIPTION {