summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2016-11-08 14:47:04 +0100
committerGitHub <noreply@github.com>2016-11-08 14:47:04 +0100
commit1457c8738c707bddde4bb73fafcb618c24be9abe (patch)
tree6e0c570d976dc420158fd9f6fdeb0c2e6c675ffa /configure
parentb841e4bb855f43533601171fb405c74f04b4ea71 (diff)
parent1d45a7264c01669a046e803d206dd3553fbc5c55 (diff)
Merge pull request #1246 from SaberUK/master+perl
Update build system for the removal of . from @INC.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index a384be081..b81a7809a 100755
--- a/configure
+++ b/configure
@@ -37,9 +37,11 @@ use warnings FATAL => qw(all);
use File::Basename qw(basename);
use File::Copy ();
use File::Spec::Functions qw(rel2abs);
+use FindBin qw($RealDir);
use Getopt::Long qw(GetOptions);
use POSIX qw(getgid getuid);
+use lib $RealDir;
use make::common;
use make::configure;
use make::console;