Re: [BUG] AC_PATH_XTRA
| Hi, | given this configure.in (a useless case, but it'll serve as an | example): | | == [snip] | | AC_INIT(configure.in) | AC_CONFIG_HEADER(config.h) | | if false; then | AC_PATH_XTRA | else | AC_PATH_XTRA | fi | | AC_OUTPUT | | | == [snip] ===
[BUG] AC_PATH_XTRA
Hi, given this configure.in (a useless case, but it'll serve as an example): == [snip] AC_INIT(configure.in) AC_CONFIG_HEADER(config.h) if false; then AC_PATH_XTRA else AC_PATH_XTRA fi AC_OUTPUT == [snip] ..the r