Eric Blake <eblake@xxxxxxxxxx> writes: > Another solution is to ensure that AM_CONDITIONAL is always defined > (where its definition is a no-op if using an old automake that did not > already define it): > m4_define_default([AM_CONDITIONAL]) > AS_IF([test x"$var" != xfalse], > [$test=1], > [AM_CONDITIONAL([TEST], [false])]) This would reintroduce the same problem, though, wouldn't it? AM_CONDITIONAL would expand to nothing, and then the else branch of AS_IF would be empty. Or does this give AS_IF enough information to figure that out because it avoids using the lower-level m4_* function? -- Russ Allbery (rra@xxxxxxxxxxxx) <http://www.eyrie.org/~eagle/> _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx https://lists.gnu.org/mailman/listinfo/autoconf