开发者

autoconf alternative to AC_TRY_EVAL macro?

开发者 https://www.devze.com 2023-03-13 19:49 出处:网络
I am using the AC_TRY_EVAL macro in a configure.ac. However, http://www.mail-archive.com/autoconf@gnu.org/msg17799.html says that this is discouraged for several reasons.

I am using the AC_TRY_EVAL macro in a configure.ac. However, http://www.mail-archive.com/autoconf@gnu.org/msg17799.html says that this is discouraged for several reasons.

So, I was wondering if there is an alternative, recommen开发者_开发问答ded macro for this?

I don't want to simply call the bash's eval-command as I like the logging performed by AC_TRY_EVAL in config.log. It helps trace down possible issues.

Any suggestions please?

Best,

Shadow

0

精彩评论

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