diff options
author | Martin Pool <mbp@samba.org> | 2002-09-09 07:49:25 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2002-09-09 07:49:25 +0000 |
commit | b2536ccfdde333633f1d208a6113182aee260aab (patch) | |
tree | 07ccc6b6058b9cfe32eec4ee086ef92507a7666a /source3/configure | |
parent | 4c471811a439bd9774835496ee9a418a32ae4519 (diff) | |
download | samba-b2536ccfdde333633f1d208a6113182aee260aab.tar.gz samba-b2536ccfdde333633f1d208a6113182aee260aab.tar.bz2 samba-b2536ccfdde333633f1d208a6113182aee260aab.zip |
Python's setup.py does not need to be munged by configure.in -- it is
sufficient to just pass the relevant variables to Python from the
Makefile. Therefore, remove setup.py.in.
(This used to be commit 8bebe9ee2b6bd56c297acc6b01cb0856aad1c4f3)
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure b/source3/configure index fc2ed311bd..f2b63b75d7 100755 --- a/source3/configure +++ b/source3/configure @@ -14209,7 +14209,7 @@ done ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" -trap 'rm -fr `echo "include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/pdb/mysql/Makefile ../examples/pdb/xml/Makefile ../examples/sam/Makefile python/setup.py include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +trap 'rm -fr `echo "include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/pdb/mysql/Makefile ../examples/pdb/xml/Makefile ../examples/sam/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -14345,7 +14345,7 @@ EOF cat >> $CONFIG_STATUS <<EOF -CONFIG_FILES=\${CONFIG_FILES-"include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/pdb/mysql/Makefile ../examples/pdb/xml/Makefile ../examples/sam/Makefile python/setup.py"} +CONFIG_FILES=\${CONFIG_FILES-"include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/pdb/mysql/Makefile ../examples/pdb/xml/Makefile ../examples/sam/Makefile"} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |