summaryrefslogtreecommitdiff
path: root/source4/scripting/python/config.m4
AgeCommit message (Expand)AuthorFilesLines
2008-02-20Avoid python2.2-specific types.Jelmer Vernooij1-1/+1
2008-02-09Remove unused define.Jelmer Vernooij1-1/+0
2008-02-09Merge branch 'v4-0-trivial' into v4-0-pythonJelmer Vernooij1-0/+1
2008-02-09Re-enable python support in BECOME-DC test.Jelmer Vernooij1-1/+1
2008-01-29Partially revert d64a2288a2cb3a8f74a18b740b265a460773635d and 351c2e99ab8b6a9...Jelmer Vernooij1-1/+1
2008-01-25configure: define HAVE_WORKING_PYTHONStefan Metzmacher1-0/+1
2008-01-22Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pythonJelmer Vernooij1-34/+38
2008-01-13python: Avoid overwriting flags for already found version of Python.Jelmer Vernooij1-3/+3
2008-01-13python: Fix initialization of variable.Jelmer Vernooij1-1/+2
2008-01-13python: Try more possible flags.Jelmer Vernooij1-31/+34
2008-01-10configure: Complain when Python is not found.Jelmer Vernooij1-4/+1
2008-01-05r26666: python: Prefer newer Python versions as they use const properly.Jelmer Vernooij1-1/+6
2007-12-26r26597: Attempt to provide alternative for hosts that don't have python-config.Jelmer Vernooij1-2/+8
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-3/+6
2007-12-24r26575: Build a private copy of the Python executable for Samba 4, so we know...Jelmer Vernooij1-0/+3
2007-12-24r26555: Use python-config utility to find python compile/link flags.Jelmer Vernooij1-102/+8
2007-12-21r26534: configure: using == in shell scripts isn't portableStefan Metzmacher1-1/+1
2007-12-21r26422: build: let configure print out if we have working python module supportStefan Metzmacher1-5/+13
2007-12-21r26411: Double check Python installation - make sure we can compile and link ...Jelmer Vernooij1-1/+15
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij1-1/+1
2007-12-21r26247: Don't allow use of older SWIG versions.Jelmer Vernooij1-1/+4
2007-12-21r26188: Now that swig output is pregenerated, allow building python code with...Jelmer Vernooij1-1/+1
2007-12-21r26100: Also check for SWIG.Jelmer Vernooij1-2/+2
2007-12-21r26098: Make missing python no longer fatal.Jelmer Vernooij1-5/+12
2007-12-21r26089: Move python detection to a separate file, and don't make it an error ...Jelmer Vernooij1-0/+117