| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Signed-off-by: Simon McVittie <smcv@collabora.com>
|
| |
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This is helpful for Debian's special debug-build interpreters
such as python3.4-dbg, each with an accompanying python3.4-dbg-config.
|
| |
|
|
|
| |
Expecting `python-config` at the same directory as `python` executable
would not be suitable if user is using virtualenv.
|
| |
|
|
| |
python3-config
|
| |
|
|
|
|
| |
This might be useful for cross-compilation or other strange setups.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=21017
|
| | |
|
| |
|
|
| |
if we can, use the hard-coded logic from versions prior to 0.82.0 if we can't.
|
| | |
|
| |
|
|
| |
the .m4 files were the opposite of what they should be
|
| |
|
|
| |
the .m4 files were the opposite of what they should be
|
| |
|
|
|
|
|
|
|
|
|
| |
#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.
|
| |
|
|
| |
Thanks to Sebastien Bacher.
|
|
|
* 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/
|