1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-09 00:23:50 +03:00
Commit Graph

25 Commits

Author SHA1 Message Date
Jelmer Vernooij
d45c6b5574 Avoid python2.2-specific types. 2008-02-20 11:32:56 +01:00
Jelmer Vernooij
64d6d72913 Remove unused define. 2008-02-09 20:47:12 +01:00
Jelmer Vernooij
b874f07175 Merge branch 'v4-0-trivial' into v4-0-python 2008-02-09 20:06:54 +01:00
Jelmer Vernooij
ed44fd59bf Re-enable python support in BECOME-DC test. 2008-02-09 15:42:19 +01:00
Jelmer Vernooij
2a79cebfd9 Partially revert d64a2288a2 and 351c2e99ab to see if that fixes the build. 2008-01-29 13:10:43 +01:00
Stefan Metzmacher
351c2e99ab configure: define HAVE_WORKING_PYTHON
metze
2008-01-25 15:46:54 +01:00
Jelmer Vernooij
2f57e25f8f Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-python 2008-01-22 16:39:56 +01:00
Jelmer Vernooij
9041e385fe python: Avoid overwriting flags for already found version of Python. 2008-01-13 14:59:16 +01:00
Jelmer Vernooij
620ec69665 python: Fix initialization of variable. 2008-01-13 04:23:09 +01:00
Jelmer Vernooij
1fbc3a9f47 python: Try more possible flags.
The flags returned by python-config may be for gcc and may not work for other compilers.
2008-01-13 04:17:04 +01:00
Jelmer Vernooij
6aaccdb0b3 configure: Complain when Python is not found. 2008-01-10 17:47:58 +01:00
Jelmer Vernooij
aa2adf3327 r26666: python: Prefer newer Python versions as they use const properly. 2008-01-05 08:06:04 -06:00
Jelmer Vernooij
fa5d1923ef r26597: Attempt to provide alternative for hosts that don't have python-config. 2007-12-26 11:57:08 -06:00
Jelmer Vernooij
ba8be2dfc0 r26576: Allow the static module loading code to be used for the Python modules.
Simplify the way module initialization functions are handled.
2007-12-24 01:51:06 -06:00
Jelmer Vernooij
03270c5ffd 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. 2007-12-24 01:51:04 -06:00
Jelmer Vernooij
6cc5e838e6 r26555: Use python-config utility to find python compile/link flags. 2007-12-24 01:50:59 -06:00
Stefan Metzmacher
1d5d970830 r26534: configure: using == in shell scripts isn't portable
Thanks to Björn Jacke <bj@sernet.de> for reporting this.

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