]> git.evergreen-ils.org Git - Evergreen.git/commit
LP 1669868: Fix make check for all distros.
authorJason Stephenson <jason@sigio.com>
Tue, 21 Mar 2017 19:34:21 +0000 (15:34 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 22 Mar 2017 15:41:11 +0000 (11:41 -0400)
commit7318d457e9e1bc3cce0086326ba2d60527c32408
tree7d9f000735c06ccb5773b4ea851f14b5491fc2f3
parent2cbabc4faafd364145a9d75980e87629df0708e9
LP 1669868: Fix make check for all distros.

Chris Sharp found that make check was failing on Ubuntu 14.04 and 16.04.

I borrowed a few lines from the OpenSRF configure.ac and modified the
Open-ILS/src/c-apps/tests/Makefile.am to use a more autoconf-oriented
approach that won't lead to unnecessary checks in the install scripts.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Ben Shum <ben@evergreener.net>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/c-apps/tests/Makefile.am
configure.ac