]> arthur.barton.de Git - bup.git/commit
Use pkg-config opportunistically
authorRob Browning <rlb@defaultvalue.org>
Sat, 20 Jun 2020 16:55:53 +0000 (11:55 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 5 Jul 2020 16:16:23 +0000 (11:16 -0500)
commitdfbe000058ead210a06aed3447554301ef247e85
tree16c83289a1d12b2982fa1730e73781a5d995fc81
parent9af44b1829ad46f0550325cf871f76d7b40b1ca8
Use pkg-config opportunistically

Use pkg-config's --cflags and --libs when they're available for
libreadline or libacl, but don't require pkg-config.  When it's not
found, just check for the libraries with a test compile.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Makefile
README.md
config/config.vars.in
config/configure
dev/prep-for-debianish-build
dev/prep-for-macos-build