util: Rework some checks in the m5 util scons to use Configure().
authorGabe Black <gabe.black@gmail.com>
Fri, 23 Oct 2020 03:01:02 +0000 (20:01 -0700)
committerGabe Black <gabe.black@gmail.com>
Thu, 10 Dec 2020 11:19:49 +0000 (11:19 +0000)
commit97aa8425d640ce5f4f013e8a865e162f14bb0c09
tree091e3a24f6c9fed043c8f0cc7811e27244a11384
parent6c07c011f5c7e6ae453e06eb8af963c76f00fcc0
util: Rework some checks in the m5 util scons to use Configure().

This is the official scons way to check for things on the system. This
adds two custom checks, one for java packages and one for pkg-config
packages. This change also adds a check for the org.junit java package
which is/will be used for a test for the java wrapper.

Change-Id: I59ca559f257a4c671e9b72a50b5635b5eb61ee69
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/28180
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Gabe Black <gabe.black@gmail.com>
util/m5/SConstruct