summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove autoconf build systemAndrew Bartlett2013-05-284-332/+0
| | | | | | | | | | | We are now confident that that waf build system meets enough of our needs that we will work to improve it, rather than maintain two build systems. Andrew Bartlett Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
* build: Raise minimum python version to 2.5.0 for samba buildAndrew Bartlett2013-04-111-3/+3
| | | | | | | | | | | | | | | | RHEL5 has a python26 package for a modern python, and was the main reason we kept python 2.5 support. However, this support never actually worked for AD DC installations, as samba-tool uses a feature only in 2.5 and above. Very few folks noticed and those were on RHEL5, and moving to 2.5 allows us to remove some other workarounds. Andrew Bartlett Reviewed-by: Matthieu Patou <mat@matws.net> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* m4: Don't AC_MSG_ERROR when too old python is foundVolker Lendecke2011-01-101-5/+6
| | | | | | | | | This broke the pure S3 build with an old python Matthias Dieter Wallnöfer, please check! Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Jan 10 11:26:18 CET 2011 on sn-devel-104
* check_python.m4 - Raise the minimum python version up to 2.4Matthias Dieter Wallnöfer2010-02-091-0/+5
| | | | | | | | This is needed since we at the s4 side have some code which requires this. I think everybody should be fine since we got no complaints on the mailing list about this change. Patch template: Jelmer Vernooij <jelmer@samba.org>
* Use PYTHON_VER rather than PYTHON_VERSION, as the first is alreadyTimur I. Bakeyev2009-05-131-5/+5
| | | | | | commonly used (e.g. in the FreeBSD ports system). Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
* Attempt to fix the merged build on OpenSuSE 10.2Volker Lendecke2009-05-021-0/+1
| | | | | Python.h 2.5 on that platform does not #include the necessary headers to see uintptr_t.
* python: Always run with the same version of Python as we build against.Jelmer Vernooij2009-03-151-1/+5
|
* Allow using external libtalloc.Jelmer Vernooij2009-03-141-0/+156
|
* Move check_python.m4 to common m4 directory.Jelmer Vernooij2009-01-211-0/+100
|
* Only check for Perl once in Samba 3.Jelmer Vernooij2009-01-211-0/+32
|
* Move check_make.m4 to the top-level.Jelmer Vernooij2009-01-211-0/+33