diff options
author | Alexandre Oliva <oliva@samba.org> | 1998-10-04 22:42:05 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@samba.org> | 1998-10-04 22:42:05 +0000 |
commit | 06eaf71e433bf0970e86f2389842637089805346 (patch) | |
tree | 7c2616bfce1ecf7337c30264e0993219a1ddb6cf /source3/configure | |
parent | 11c5c17668c13e3233435e59d3392de30e40feb2 (diff) | |
download | samba-06eaf71e433bf0970e86f2389842637089805346.tar.gz samba-06eaf71e433bf0970e86f2389842637089805346.tar.bz2 samba-06eaf71e433bf0970e86f2389842637089805346.zip |
bin/cvsignore: deleted, so that bin can be removed from the repository
.cvsignore: added bin; it is no longer part of the source tree
smbwrapper/smbsh: now auto-generated from smbsh.in
smbwrapper/.cvsignore: added smbsh
configure.in: generate @builddir@
configure, include/stamp-h.in: regen
Makefile.in: new target `smbwrapper'; sped up directory creation
(This used to be commit 8f95ee8fc32d74f20cca489ecd3f7e34e773db2f)
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 |