Stepan Kasal <[EMAIL PROTECTED]> writes: > +ac_list="$1" > +for ac_func in $ac_list
While I agree we have a problem, I'm not sure I like this solution.
It's incompatible, as it will reject things like
AC_CHECK_HEADERS("file-1.h" "file-2.h").
Stepan Kasal <[EMAIL PROTECTED]> writes: > +ac_list="$1" > +for ac_func in $ac_list
While I agree we have a problem, I'm not sure I like this solution.
It's incompatible, as it will reject things like
AC_CHECK_HEADERS("file-1.h" "file-2.h").