]> sigrok.org Git - libsigrokdecode.git/commit
configure.ac: Check for all known Python3 pkg-config names.
authorUwe Hermann <redacted>
Fri, 17 Jan 2014 16:56:08 +0000 (17:56 +0100)
committerUwe Hermann <redacted>
Fri, 17 Jan 2014 16:58:17 +0000 (17:58 +0100)
commit91c78794d872dcac55f93ecbae1e28cec1ca6bf6
tree65d310ed223802ef7097c82bdd4f11b484fca20f
parent8eafa2613d2541e934a04874cd35cbc944c3168b
configure.ac: Check for all known Python3 pkg-config names.

Even when using pkg-config not all distro/platform specific issues are
transparent, unfortunately. On some systems the pkg-config file is
named "python3.pc" on others it's versioned, e.g. "python-3.2.pc".

See also: http://sigrok.org/wiki/Libsigrokdecode/Python

This should fix the build on e.g. FreeBSD, NetBSD, Mac OS X (some
versions), and possibly various Linux distros, e.g. Gentoo.

Also, drop manual AC_MSG_ERROR() and let PKG_CHECK_MODULES() output a
more verbose and standardized error message if Python 3 is not found.
configure.ac