If I do this:

AC_CHECK_FUNC(
  [chokeme],
  [],
  []
)

It will yield shell code that ends in:

if
  :
else

fi


Which produces a configure script that dies with:
"syntax error near unexpected token `fi'"

Is this an autoconf bug, or user error on my part?


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

Reply via email to