1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-09 17:49:29 +03:00
Commit Graph

25 Commits

Author SHA1 Message Date
845664e94b Avoid python2.2-specific types.
(This used to be commit d45c6b5574)
2008-02-20 11:32:56 +01:00
63aa4b9021 Remove unused define.
(This used to be commit 64d6d72913)
2008-02-09 20:47:12 +01:00
ec106a1421 Merge branch 'v4-0-trivial' into v4-0-python
(This used to be commit b874f07175)
2008-02-09 20:06:54 +01:00
c61dc38494 Re-enable python support in BECOME-DC test.
(This used to be commit ed44fd59bf)
2008-02-09 15:42:19 +01:00
bcad73a7f7 Partially revert d64a2288a2 and 351c2e99ab to see if that fixes the build.
(This used to be commit 2a79cebfd9)
2008-01-29 13:10:43 +01:00
e41a632902 configure: define HAVE_WORKING_PYTHON
metze
(This used to be commit 351c2e99ab)
2008-01-25 15:46:54 +01:00
4075a2ba98 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-python
(This used to be commit 2f57e25f8f)
2008-01-22 16:39:56 +01:00
ecf52b2bc7 python: Avoid overwriting flags for already found version of Python.
(This used to be commit 9041e385fe)
2008-01-13 14:59:16 +01:00
2c90e6fc7a python: Fix initialization of variable.
(This used to be commit 620ec69665)
2008-01-13 04:23:09 +01:00
c264fb4bde python: Try more possible flags.
The flags returned by python-config may be for gcc and may not work for other compilers.
(This used to be commit 1fbc3a9f47)
2008-01-13 04:17:04 +01:00
48c75bade7 configure: Complain when Python is not found.
(This used to be commit 6aaccdb0b3)
2008-01-10 17:47:58 +01:00
e652fc802a r26666: python: Prefer newer Python versions as they use const properly.
(This used to be commit aa2adf3327)
2008-01-05 08:06:04 -06:00
327847b987 r26597: Attempt to provide alternative for hosts that don't have python-config.
(This used to be commit fa5d1923ef)
2007-12-26 11:57:08 -06:00
be33f4c611 r26576: Allow the static module loading code to be used for the Python modules.
Simplify the way module initialization functions are handled.
(This used to be commit ba8be2dfc0)
2007-12-24 01:51:06 -06:00
1ab5bcfb93 r26575: Build a private copy of the Python executable for Samba 4, so we know we're always using the same library we build the modules for.
(This used to be commit 03270c5ffd)
2007-12-24 01:51:04 -06:00
758be0eedc r26555: Use python-config utility to find python compile/link flags.
(This used to be commit 6cc5e838e6)
2007-12-24 01:50:59 -06:00
5ed08ebac3 r26534: configure: using == in shell scripts isn't portable
Thanks to Björn Jacke <bj@sernet.de> for reporting this.

metze
(This used to be commit 1d5d970830)
2007-12-21 05:51:55 +01:00
8530e8429a r26422: build: let configure print out if we have working python module support
metze
(This used to be commit dfb9d704d0)
2007-12-21 05:49:50 +01:00
6d2edec0a2 r26411: Double check Python installation - make sure we can compile and link using it.
(This used to be commit 3d8fc5808c)
2007-12-21 05:49:43 +01:00
53ae9bc9f6 r26248: Check in SWIG output so SWIG is not required when running out of svn.
(This used to be commit 08501fbef3)
2007-12-21 05:47:26 +01:00
5193e04368 r26247: Don't allow use of older SWIG versions.
(This used to be commit def0ae919b)
2007-12-21 05:47:25 +01:00
660077476f r26188: Now that swig output is pregenerated, allow building python code without swig installed.
(This used to be commit f97f82adbd)
2007-12-21 05:46:41 +01:00
c14de3fd89 r26100: Also check for SWIG.
(This used to be commit 1755adffec)
2007-12-21 05:46:03 +01:00
4e25ea3001 r26098: Make missing python no longer fatal.
(This used to be commit 9af2aeb225)
2007-12-21 05:46:02 +01:00
29cf3a93cc r26089: Move python detection to a separate file, and don't make it an error if it isn't available.
(This used to be commit 4e7709379d)
2007-12-21 05:45:59 +01:00