开发者

How do you define the options you see in ./configure --help?

开发者 https://www.devze.com 2022-12-26 23:13 出处:网络
I\'m currently trying to set up a package to b开发者_运维知识库e installed with autotools. In most, if not all, major software packages, configure --help lists a large number of options like ./confi

I'm currently trying to set up a package to b开发者_运维知识库e installed with autotools.

In most, if not all, major software packages, configure --help lists a large number of options like ./configure --ENABLE-FLOAT, etc. I was wondering where I can define these options.

Thanks,

Sam


Use AC_ARG_ENABLE and AC_ARG_WITH in your configure.ac file.

0

精彩评论

暂无评论...
验证码 换一张
取 消