common/autoconf/help.m4

changeset 635
907a926d3c96
parent 494
e64f2cb57d05
child 782
21198f51bc7e
equal deleted inserted replaced
634:0adf9c626bb1 635:907a926d3c96
172 printf "* C Compiler: $CC_VENDOR version $CC_VERSION (at $CC)\n" 172 printf "* C Compiler: $CC_VENDOR version $CC_VERSION (at $CC)\n"
173 printf "* C++ Compiler: $CXX_VENDOR version $CXX_VERSION (at $CXX)\n" 173 printf "* C++ Compiler: $CXX_VENDOR version $CXX_VERSION (at $CXX)\n"
174 174
175 printf "\n" 175 printf "\n"
176 printf "Build performance summary:\n" 176 printf "Build performance summary:\n"
177 printf "* Cores to use: $NUM_CORES\n" 177 printf "* Cores to use: $JOBS\n"
178 printf "* Memory limit: $MEMORY_SIZE MB\n" 178 printf "* Memory limit: $MEMORY_SIZE MB\n"
179 printf "* ccache status: $CCACHE_STATUS\n" 179 printf "* ccache status: $CCACHE_STATUS\n"
180 printf "\n" 180 printf "\n"
181 181
182 if test "x$CCACHE_HELP_MSG" != x && test "x$HIDE_PERFORMANCE_HINTS" = "xno"; then 182 if test "x$CCACHE_HELP_MSG" != x && test "x$HIDE_PERFORMANCE_HINTS" = "xno"; then

mercurial