summaryrefslogtreecommitdiff
path: root/dh_auto_configure
diff options
context:
space:
mode:
Diffstat (limited to 'dh_auto_configure')
-rwxr-xr-xdh_auto_configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_auto_configure b/dh_auto_configure
index e846e999..416c25b3 100755
--- a/dh_auto_configure
+++ b/dh_auto_configure
@@ -38,8 +38,8 @@ or override the standard parameters that dh_auto_configure passes.
=cut
-my $manager = new Debian::Debhelper::Dh_Buildsystems;
-$manager->run_dh_auto_tool();
+buildsystems_init();
+buildsystems_do();
=head1 SEE ALSO