]> arthur.barton.de Git - bup.git/commitdiff
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)
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

index 6606bfd78f3a3a7fcc27bfe3f7f05b8d2646f6ef..627f995281e557816530c76a9e6b35b281ef2be4 100644 (file)
@@ -1,6 +1,7 @@
 CONFIGURE_FILES=@CONFIGURE_FILES@
 GENERATED_FILES=@GENERATED_FILES@
 
+CC = @CC@
 bup_make=@bup_make@
 
 bup_python_config=@bup_python_config@