[PATCH 1/1] config.vars.in: add CC so a configure CC will be the default

1 view
Skip to first unread message

Rob Browning

unread,
Aug 7, 2021, 3:01:24 PM8/7/21
to bup-...@googlegroups.com
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 <r...@defaultvalue.org>
Tested-by: Rob Browning <r...@defaultvalue.org>
---

Pushed.

config/config.vars.in | 1 +
1 file changed, 1 insertion(+)

diff --git a/config/config.vars.in b/config/config.vars.in
index 6606bfd7..627f9952 100644
--- a/config/config.vars.in
+++ b/config/config.vars.in
@@ -1,6 +1,7 @@
CONFIGURE_FILES=@CONFIGURE_FILES@
GENERATED_FILES=@GENERATED_FILES@

+CC = @CC@
bup_make=@bup_make@

bup_python_config=@bup_python_config@
--
2.30.2

Reply all
Reply to author
Forward
0 new messages