summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2022-02-21configure.ac: check for python3-embedGerhard Sittig
Check for the python3-embed availability to eliminate the necessity to list all currently existing minor versions and keep catching up as more are released. Break the long text line with the many Python packages.
2021-12-26configure: check libsigrokdecode version dependent featuresGerhard Sittig
Check for the srd_session_send_eof() routine's presence which depends on the library version. This introduces a config.h header file in the sigrok-test build setup.
2020-03-21configure.ac: Add support for Python 3.8.Uwe Hermann
This fixes build issues when using Python 3.8.
2017-06-06Bump requirements to libsigrok/libsigrokdecode 0.5.0.Uwe Hermann
2017-03-05configure summary: Show linker flags.Uwe Hermann
2016-08-21Add Python 3.5 support.Chris Dreher
2015-09-10Build: Modernize Autotools configurationDaniel Elstner
2015-08-20Bump libsigrokdecode requirement to >= 0.4.0 (API change).Uwe Hermann
2014-09-01Add initial set of PD tests.Uwe Hermann
This is a slightly modified version of the PD test suite that was part of libsigrokdecode previously.