r23851: export _ABS versions of PREFIX and SRCDIR
authorStefan Metzmacher <metze@samba.org>
Thu, 12 Jul 2007 09:52:32 +0000 (09:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:59:24 +0000 (14:59 -0500)
metze
(This used to be commit 759b5d94b378429a35c9901b870a89c99dad14f2)

source4/selftest/selftest.pl

index 45e352f7313b34de7324e3943d530cdf892fd8ba..04e54b01459b2bd10464898453e8ddda32c685c9 100755 (executable)
@@ -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