]> arthur.barton.de Git - bup.git/commit
configure: support optional cc arguments
authorRob Browning <rlb@defaultvalue.org>
Sat, 30 Oct 2021 19:07:55 +0000 (14:07 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 30 Oct 2021 19:12:41 +0000 (14:12 -0500)
commit9118aca5f232cc9a4da573a367da31ea8bee2fd5
tree230b9e0b8e2201d616a004c0f4438da218e5e554
parent7e054ad95acda596469c40159867f936c1a8f851
configure: support optional cc arguments

I noticed in some unrelated reports that older compilers were
rejecting -Wno-unsed-command-line-argument, so add
bup-add-cflag-if-supported to configure and use it for that argument.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
GNUmakefile
config/config.vars.in
config/configure