empserver/m4
Markus Armbruster 1cbda2c7dd client: Rewrite readline configuration
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>
2017-08-06 11:22:29 +02:00
..
ax_append_flag.m4 configure: Use -fstack-protector-strong when available 2015-12-05 13:19:38 +01:00
ax_append_link_flags.m4 configure: Use -fstack-protector-strong when available 2015-12-05 13:19:38 +01:00
ax_check_compile_flag.m4 configure: Test compiler flags 2015-11-22 10:23:54 +01:00
ax_check_link_flag.m4 configure: Use -fstack-protector-strong when available 2015-12-05 13:19:38 +01:00
ax_lib_socket_nsl.m4 Refresh autoconf macros from autoconf-archive-2013.04.06 2013-05-08 14:35:04 +02:00
ax_pthread.m4 m4: Refresh from autoconf-archive v2015.02.24 2015-03-04 20:10:13 +01:00
ax_require_defined.m4 configure: Test compiler flags 2015-11-22 10:23:54 +01:00
my_append_compile_flags.m4 configure: Use -fstack-protector-strong when available 2015-12-05 13:19:38 +01:00
my_func_makecontext.m4 LWP doesn't work with Darwin due to OS bugs, avoid it for now 2008-12-07 17:25:35 -05:00
my_lib_readline.m4 client: Rewrite readline configuration 2017-08-06 11:22:29 +02:00
my_terminfo.m4 configure: Fix check for term.h to include curses.h first 2013-08-17 17:57:37 +02:00
my_windows_api.m4 Fix portability bug in configure test for Windows API 2012-08-11 15:36:56 +02:00