Makefile 安装后如何获取./configure参数

Makefile 安装后如何获取./configure参数,makefile,gnu-toolchain,Makefile,Gnu Toolchain,假设我编译并安装了以下软件包: ./configure --with --some --parameters make make install 是否有任何方法可以获取传递给/configure的参数 我仍然拥有原始目录,其中有/configure和make,但我也对另一种情况感兴趣,即这些文件不再可用。configure.log将在文件最顶端调用时使用参数,headconfigure.log应该足以查看它们。谢谢,就这样。你能把它作为答案贴出来让我接受吗?

假设我编译并安装了以下软件包:

./configure --with --some --parameters
make
make install
是否有任何方法可以获取传递给
/configure
的参数


我仍然拥有原始目录,其中有
/configure
make
,但我也对另一种情况感兴趣,即这些文件不再可用。

configure.log
将在文件最顶端调用时使用参数,
headconfigure.log
应该足以查看它们。

谢谢,就这样。你能把它作为答案贴出来让我接受吗?