projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d90a7bc
)
configure: print out build flags and options in summary
author
Marc Fournier
<marc.fournier@camptocamp.com>
Tue, 8 Sep 2015 07:06:11 +0000
(09:06 +0200)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Tue, 8 Sep 2015 07:06:11 +0000
(09:06 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
3e04414
..
f10ed0b
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-5953,6
+5953,17
@@
fi
cat <<EOF;
Configuration:
+ Build:
+ Platform . . . . . . $ac_system
+ CC . . . . . . . . . $CC
+ CFLAGS . . . . . . . $AM_CFLAGS $CFLAGS
+ CPP . . . . . . . . . $CPP
+ CPPFLAGS . . . . . . $CPPFLAGS
+ LD . . . . . . . . . $LD
+ LDFLAGS . . . . . . . $LDFLAGS
+ YACC . . . . . . . . $YACC
+ YFLAGS . . . . . . . $YFLAGS
+
Libraries:
intel mic . . . . . . $with_mic
libaquaero5 . . . . . $with_libaquaero5