]> sourceware.org Git - libabigail.git/commit
Improve python modules detection
authorDodji Seketeli <dodji@redhat.com>
Fri, 3 Jun 2016 14:36:52 +0000 (16:36 +0200)
committerDodji Seketeli <dodji@redhat.com>
Fri, 3 Jun 2016 15:53:11 +0000 (17:53 +0200)
commit38ac2a8fb20cd62ae328e009e23f298b3b190492
tree1be394d2b98e7687afae699654281b7f81fbed6d
parent70614e18f190152363168982c9adaf9a4973d932
Improve python modules detection

After I tried to build libabigail on Debian, I realized the detection
of python modules wasn't that great.  The koji module wasn't present
and yet the detection system tried to launch fedabipkgdiff regression
tests.  Woops.

I was thinking about coming up with something easier to to update to
add new modules to check for anyway, so I just dived in.  I came up
with a new autoconf macro of my own, AX_CHECK_PYTHON_MODULES, that
lets you check for the presence of several python modules at once.
This is more handy than having to call AX_PYTHON_MODULE for each
module we want to detect.  This fixes the detection issue I found and
simplifies configure.ac.

* configure.ac: Include
autoconf-archive/ax_check_python_modules.m4 rather than
autoconf-archive/ax_python_module.m4.  Use AX_CHECK_PYTHON_MODULES
rather than AX_PYTHON_MODULE.
* Makefile.am: Add the new file
autoconf-archive/ax_check_python_modules.m4 to source distribution
and remove the older autoconf-archive/ax_python_module.m4 one.
* autoconf-archive/ax_check_python_modules.m4: New file.
* autoconf-archive/ax_python_module.m4: Remove.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
Makefile.am
autoconf-archive/ax_check_python_modules.m4 [new file with mode: 0644]
autoconf-archive/ax_python_module.m4 [deleted file]
configure.ac
This page took 0.032159 seconds and 5 git commands to generate.