AX_LIB_READLINE tries to cope with systems where readline lacks history support, or lacks headers, or needs headers included in unorthodox ways. It puts six HAVE_ macros into config.h, and its usage example takes 24 lines of code just to include two headers. Way too complicated for my taste. Replace with new MY_LIB_READLINE, which succeeds only when you have a sane readline, and then defines *one* macro: HAVE_LIBREADLINE. Signed-off-by: Markus Armbruster <armbru@pond.sub.org> |
||
---|---|---|
.. | ||
ax_append_flag.m4 | ||
ax_append_link_flags.m4 | ||
ax_check_compile_flag.m4 | ||
ax_check_link_flag.m4 | ||
ax_lib_socket_nsl.m4 | ||
ax_pthread.m4 | ||
ax_require_defined.m4 | ||
my_append_compile_flags.m4 | ||
my_func_makecontext.m4 | ||
my_lib_readline.m4 | ||
my_terminfo.m4 | ||
my_windows_api.m4 |