]> sigrok.org Git - libsigrok.git/commit
configure: hook up minilzo to the libsigrok build, reflect its version
authorGerhard Sittig <redacted>
Sun, 13 Aug 2017 15:41:38 +0000 (17:41 +0200)
committerGerhard Sittig <redacted>
Wed, 20 Oct 2021 18:38:08 +0000 (20:38 +0200)
commitb9cd0c6a53a6f6c4c4520748b860693306fbdb23
treedcb21b25a7a453443ecb0562b5fda0e3e74074e7
parent0df44c768015107e1bcc40b65e6d7f96137be678
configure: hook up minilzo to the libsigrok build, reflect its version

Add the minilzo/ directory to the list of source files for the libsigrok
build. Have the minilzo library use the project's config.h file, extend
the set of autoconf checks. This approach follows the documentation in
the README.LZO file. It avoids the dependency on an external library and
its version or configuration.

Reflect the minilzo version in the libsigrok version output. The example
application which ships with the library suggests that failed init calls
typically originate from compile issues. Present the same error message
to sigrok users as the example application does.
Makefile.am
configure.ac
src/backend.c