]> arthur.barton.de Git - bup.git/commit
config.vars.in: add CC so a configure CC will be the default
authorRob Browning <rlb@defaultvalue.org>
Sun, 1 Aug 2021 20:47:07 +0000 (15:47 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 7 Aug 2021 17:48:34 +0000 (12:48 -0500)
commit1346879241860dd7c3ab15af252bbde7243f66de
tree8ca21135f29dde798cfb68e0fe8f098c7663329c
parentd600f2a0c4614aa787e5721e03fe32dd91a22455
config.vars.in: add CC so a configure CC will be the default

Add CC to config.vars.in (included by GNUMakefile) so that the CC
detected by ./configure will actually become the default.  Previously
it would still reflect GNU make's default, even after something like
this:

  CC=/some/where/gcc ./configure

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