Ralf Wildenhues <[EMAIL PROTECTED]> writes:

> Try this with Autoconf 2.61:

> AC_INIT([test], [1.0], [EMAIL PROTECTED])
> AS_IF([test true = false],
>       [AC_CHECK_HEADERS([foo.h])])
> AS_IF([test true = true],
>       [AC_CHECK_HEADERS([stdio.h])])

Ah, interesting.

I sense that I have a lot of macro rewriting in my future.

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to