Coming changes in GNU Autoconf’s Erlang support
I have sent patches to GNU Autoconf to add new macros for testing Erlang modules, include files, and functions: AC_ERLANG_CHECK_MOD, AC_ERLANG_CHECK_HEADER,AC_ERLANG_CHECK_LIB_HEADER, and AC_ERLANG_CHECK_FUNC. I also sent a patch to fix the AC_RUN_IFELSE macro which executes Erlang test code, so that this macro cleanly fails if the code doesn’t compile, and another patch to fix the … [Read more…]