summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)AuthorFilesLines
2018-05-02Remove remnants of old documentationSimon McVittie1-21/+0
Signed-off-by: Simon McVittie <smcv@collabora.com>
2017-11-01Bundle an updated AX_PYTHON_DEVEL to fix LIBS vs. LDFLAGSSimon McVittie1-0/+327
See <https://github.com/peti/autoconf-archive/pull/124>. aclocal's "serial number" mechanism means we'll still use the OS's copy if newer. Signed-off-by: Simon McVittie <smcv@collabora.com>
2017-11-01build: Use AX_PYTHON_DEVEL to find PythonSimon McVittie1-57/+0
This avoids needing our own increasingly elaborate code to find the python-config executable corresponding to our python executable. Signed-off-by: Simon McVittie <smcv@collabora.com>
2016-02-19configure.ac: use AS_CASE, AS_IFSimon McVittie1-14/+12
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2016-01-21Use AX_PYTHON_MODULE from autoconf-archive instead of AM_CHECK_PYMODSimon McVittie1-37/+0
2016-01-20Use non-recursive make for everything except testsSimon McVittie1-5/+0
2015-12-06Use AX_COMPILER_FLAGS from autoconf-archiveSimon McVittie4-99/+1
2015-12-05Try ${PYTHON}-config before searching PATHSimon McVittie1-4/+15
This is helpful for Debian's special debug-build interpreters such as python3.4-dbg, each with an accompanying python3.4-dbg-config.
2015-12-04Find `python-config` from PATH properlyYamashita, Yuu1-2/+7
Expecting `python-config` at the same directory as `python` executable would not be suitable if user is using virtualenv.
2012-05-02Make AM_CHECK_PYTHON_HEADERS compatible with Python 3 in the absence of ↵Simon McVittie1-2/+2
python3-config
2011-05-24Let the user set PYTHON_INCLUDES on the configure command lineSimon McVittie1-13/+19
This might be useful for cross-compilation or other strange setups. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=21017
2010-02-18Use telepathy-glib's macros for desirable and undesirable compiler warningsSimon McVittie3-1/+79
2007-07-31Re-fix checking for Python include paths. Use $PYTHON-config like in 0.82.1 ↵Simon McVittie1-8/+19
if we can, use the hard-coded logic from versions prior to 0.82.0 if we can't.
2007-07-31Complete the .m4 renamingSimon McVittie1-0/+0
2007-07-31Move dbus-py-add-rst2htmlflag.m4 to jh-add-cflag.m4 - the contents of two of ↵Simon McVittie1-0/+0
the .m4 files were the opposite of what they should be
2007-07-31Move jh-add-cflag.m4 to dbuspy-add-rst2htmlflag.m4 - the contents of two of ↵Simon McVittie1-0/+0
the .m4 files were the opposite of what they should be
2007-07-31Revert "Use python-config to get Python cppflags (patch from Ubuntu, fd.o ↵Simon McVittie1-1/+4
#11282)." Python < 2.5 didn't have python-config (although some distributions, e.g. Debian and Ubuntu, shipped it as an add-on). Even for 2.5, some distributions install it under gratuitously different names (hi, Gentoo). As a result, this patch needs replacing with one that doesn't rely on having python-config. This reverts commit 7c9d08d1ba7f5b0a9aa4a37118e56b1725cdaef9.
2007-06-19Use python-config to get Python cppflags (patch from Ubuntu, fd.o #11282).Simon McVittie1-4/+1
Thanks to Sebastien Bacher.
2007-04-24Refactor build system:Simon McVittie5-0/+109
* Use autoreconf to simplify autogen.sh considerably * Use AC_CONFIG_MACRO_DIR and aclocal -I to pick up macros from m4/ * Drop acinclude.m4 in favour of putting our macros in m4/