1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-12 23:17:06 +03:00

12 Commits

Author SHA1 Message Date
Jelmer Vernooij
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 ba8be2dfc0de4434c798663336b81f7f95cde520)
2007-12-24 01:51:06 -06:00
Jelmer Vernooij
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 03270c5ffdb1476bef5eba846c2ea008111375fc)
2007-12-24 01:51:04 -06:00
Jelmer Vernooij
758be0eedc r26555: Use python-config utility to find python compile/link flags.
(This used to be commit 6cc5e838e6c411ce74e7abde685720aa1f3cbdfb)
2007-12-24 01:50:59 -06:00
Stefan Metzmacher
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 1d5d97083029956fd1ce5eb2c0333052a46a334a)
2007-12-21 05:51:55 +01:00
Stefan Metzmacher
8530e8429a r26422: build: let configure print out if we have working python module support
metze
(This used to be commit dfb9d704d053455d636d4f9d9d49cbfb70ada53e)
2007-12-21 05:49:50 +01:00
Jelmer Vernooij
6d2edec0a2 r26411: Double check Python installation - make sure we can compile and link using it.
(This used to be commit 3d8fc5808ced6f54274701d80fe2d42423bf9fee)
2007-12-21 05:49:43 +01:00
Jelmer Vernooij
53ae9bc9f6 r26248: Check in SWIG output so SWIG is not required when running out of svn.
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)
2007-12-21 05:47:26 +01:00
Jelmer Vernooij
5193e04368 r26247: Don't allow use of older SWIG versions.
(This used to be commit def0ae919b9b65e70124ee5bfcd70d3a22973a9b)
2007-12-21 05:47:25 +01:00
Jelmer Vernooij
660077476f r26188: Now that swig output is pregenerated, allow building python code without swig installed.
(This used to be commit f97f82adbd2663cadcfc5522c809ce2e659fb42c)
2007-12-21 05:46:41 +01:00
Jelmer Vernooij
c14de3fd89 r26100: Also check for SWIG.
(This used to be commit 1755adffecb8ed68047d6ad69087a680cc63ba8f)
2007-12-21 05:46:03 +01:00
Jelmer Vernooij
4e25ea3001 r26098: Make missing python no longer fatal.
(This used to be commit 9af2aeb22500baf65c11bc46c0051385911a8d67)
2007-12-21 05:46:02 +01:00
Jelmer Vernooij
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 4e7709379de2fb9bf1eafd9ee9cbe10a0e6df51e)
2007-12-21 05:45:59 +01:00