1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r23851: export _ABS versions of PREFIX and SRCDIR

metze
(This used to be commit 759b5d94b3)
This commit is contained in:
Stefan Metzmacher 2007-07-12 09:52:32 +00:00 committed by Gerald (Jerry) Carter
parent 4955b21f68
commit 6646745d97

View File

@ -505,7 +505,9 @@ die("using an empty absolute prefix isn't allowed") unless $prefix_abs ne "";
die("using '/' as absolute prefix isn't allowed") unless $prefix_abs ne "/";
$ENV{PREFIX} = $prefix;
$ENV{PREFIX_ABS} = $prefix_abs;
$ENV{SRCDIR} = $srcdir;
$ENV{SRCDIR_ABS} = $srcdir_abs;
my $tls_enabled = not $opt_quick;
my $from_build_farm = (defined($ENV{RUN_FROM_BUILD_FARM}) and