diff options
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/configure b/source3/configure index c8c87d7138..285107973a 100755 --- a/source3/configure +++ b/source3/configure @@ -6207,6 +6207,9 @@ rm -fr conftest* fi +builddir=`pwd` + + trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure @@ -6365,6 +6368,7 @@ s%@AUTOCONF@%$AUTOCONF%g s%@AUTOHEADER@%$AUTOHEADER%g s%@CPP@%$CPP%g s%@LIBOBJS@%$LIBOBJS%g +s%@builddir@%$builddir%g CEOF EOF |