Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在尝试设置一个要使用 autotools 安装的软件包。
在大多数(如果不是全部)主要软件包中,configure --help 列出了大量选项,例如 ./configure --ENABLE-FLOAT 等。我想知道在哪里可以定义这些选项。
谢谢,
山姆
在您的 configure.ac 文件中使用AC_ARG_ENABLE和。AC_ARG_WITH
AC_ARG_ENABLE
AC_ARG_WITH