From 48f1d3414f3eb11bca9fd5abd0140232a872c999 Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Mon, 8 Jun 2009 12:58:16 +0300 Subject: Use the term "build step" instead of "build action" everywhere in the source. I'm going to use this new term in documentation. I have never liked "action" in this context, just couldn't think of anything better. --- Debian/Debhelper/Buildsystem/autoconf.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Debian/Debhelper/Buildsystem/autoconf.pm') diff --git a/Debian/Debhelper/Buildsystem/autoconf.pm b/Debian/Debhelper/Buildsystem/autoconf.pm index fcdc2567..d7018bb2 100644 --- a/Debian/Debhelper/Buildsystem/autoconf.pm +++ b/Debian/Debhelper/Buildsystem/autoconf.pm @@ -17,10 +17,10 @@ sub DESCRIPTION { sub check_auto_buildable { my $this=shift; - my ($action)=@_; + my ($step)=@_; # Handle configure; the rest - next class - if ($action eq "configure") { + if ($step eq "configure") { return -x "configure"; } return 0; -- cgit v1.2.3