Re: Reading AC_ARG_WITH options
As a personal preference, I would use AC_ARG_VAR and have the
user enter './configure simulation=/path', but using AR_ARG_WITH
is fine.
使用 AC_ARG_VAR 就可以指定如「host=localhost」或是「port=123」之類的語法。
As a personal preference, I would use AC_ARG_VAR and have the
user enter './configure simulation=/path', but using AR_ARG_WITH
is fine.
使用 AC_ARG_VAR 就可以指定如「host=localhost」或是「port=123」之類的語法。