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 ファイルで and を使用しAC_ARG_ENABLEます。AC_ARG_WITH
AC_ARG_ENABLE
AC_ARG_WITH