运行 ./configure 时可以跳过“检查..”步骤吗?

dbr*_*dbr 7 linux compile installation

 

$ ./configure
configure: configuring for GNU Wget 1.11
checking build system type... i686-apple-darwin10.0.0
checking host system type... i686-apple-darwin10.0.0
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... gcc
Run Code Online (Sandbox Code Playgroud)

有没有办法在运行配置时跳过“检查..”消息?我知道检查是有原因的,但是当想要快速编译某些东西时,在 configure 是“检查 AIX”或者编译器是否支持long数据类型时不得不等待是一种痛苦。我想不是,因为检查可能用于确定gcc等的路径等。

我知道你可以让消息静音,--quiet但这不是我要找的,

  -q, --quiet, --silent   do not print `checking...' messages
Run Code Online (Sandbox Code Playgroud)

0x8*_*x89 8

./configure 可以被告知使用该选项缓存检查结果-C,请参见此处