summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2014-10-01 19:52:29 +0100
committerPeter Powell <petpow@saberuk.com>2014-12-07 22:36:43 +0000
commit7404ba8b66083c2fbb19c638da85c252551792a2 (patch)
tree622b5f0fd7fdf60885fd2d82b99795b101f55750 /configure
parent541a66de7adbfe57dd4d3e998e8cc0db5585a266 (diff)
Move common code to make::common from make::utilities.
The other code in that file will be removed very soon so it has been left alone to avoid merge conflicts. This will help prevent insp20 merge conflicts in the future.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2a1d260f5..c4f0dffc7 100755
--- a/configure
+++ b/configure
@@ -39,9 +39,9 @@ use File::Spec::Functions qw(rel2abs);
use Getopt::Long qw(GetOptions);
use POSIX qw(getgid getuid);
+use make::common;
use make::configure;
use make::console;
-use make::utilities;
my ($opt_binary_dir,
$opt_config_dir,