summaryrefslogtreecommitdiffstats
path: root/source/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
commit87396c559b60780e6f0613170f78ce863f0b71fd (patch)
tree1e1db486db88a0db0e589ea191fc43e5b39f1597 /source/configure.in
parent452769f595c87ba14bde96cebf06e442e79402f3 (diff)
downloadsamba-87396c559b60780e6f0613170f78ce863f0b71fd.tar.gz
samba-87396c559b60780e6f0613170f78ce863f0b71fd.tar.xz
samba-87396c559b60780e6f0613170f78ce863f0b71fd.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.
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index b1f1c8aec7e..baeebd66540 100644
--- a/source/configure.in
+++ b/source/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