summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-09-09 05:54:11 +0000
committerMartin Pool <mbp@samba.org>2002-09-09 05:54:11 +0000
commitb15ffb766a223db7a514705fd056944e0c9098e9 (patch)
treecc67ea169c0a93aee729c2ed1e1fcfd6224e7f21 /source3/configure.in
parent4a0c063cacaf99ae5319d75bbf6deeeddd0b48cc (diff)
downloadsamba-b15ffb766a223db7a514705fd056944e0c9098e9.tar.gz
samba-b15ffb766a223db7a514705fd056944e0c9098e9.tar.bz2
samba-b15ffb766a223db7a514705fd056944e0c9098e9.zip
Merge tpot's Python patch. ./configure now writes to the Python
makefile-equivalent (setup.py). Remember to do "cvs update -d" to get the new directory. (This used to be commit 87396c559b60780e6f0613170f78ce863f0b71fd)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index b1f1c8aec7..baeebd6654 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2828,7 +2828,7 @@ AC_SUBST(builddir)
# I added make files that are outside /source directory.
# I know this is not a good solution, will work out a better
# solution soon. --simo
-AC_OUTPUT(include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/pdb/mysql/Makefile ../examples/pdb/xml/Makefile ../examples/sam/Makefile)
+AC_OUTPUT(include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/pdb/mysql/Makefile ../examples/pdb/xml/Makefile ../examples/sam/Makefile python/setup.py)
#################################################
# Print very concise instructions on building/use