X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/177ebd9bf36a4603935ab7d0f5f3d10199fe26d0..293ae364882c5ecd5413cc889aa9e2b68c5d6d0b:/src/scripts/Configure-Makefile diff --git a/src/scripts/Configure-Makefile b/src/scripts/Configure-Makefile index 35bb2c32f..1b2ea1e28 100755 --- a/src/scripts/Configure-Makefile +++ b/src/scripts/Configure-Makefile @@ -107,7 +107,7 @@ do if test -r ../$f echo "# End of $f" echo "" fi -done >> $mft || exit 1 +done | sed 's/^LOOKUP_/export LOOKUP_/' >> $mft || exit 1 # See if there is a definition of EXIM_PERL in what we have built so far. # If so, run Perl to find the default values for PERL_CC, PERL_CCOPTS,