diff options
Diffstat (limited to 'dh_auto_configure')
-rwxr-xr-x | dh_auto_configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dh_auto_configure b/dh_auto_configure index 8a2c23d2..4bd1b368 100755 --- a/dh_auto_configure +++ b/dh_auto_configure @@ -8,8 +8,11 @@ dh_auto_configure - automatically configure a package prior to building use strict; use warnings; +use Debian::Debhelper::Dh_Lib; use Debian::Debhelper::Dh_Buildsystems; +our $VERSION = DH_BUILTIN_VERSION; + =head1 SYNOPSIS B<dh_auto_configure> [S<I<build system options>>] [S<I<debhelper options>>] [S<B<--> I<params>>] |