aboutsummaryrefslogtreecommitdiffstats
path: root/m4/readline.m4 (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-08-04Fixed some autoconf bit rot.Werner Koch1-3/+3
Autoconf 2.68 is more picky about correct macro usage and thus I need to fix some wrong call conventions for AC_LANG_PROGRAM. Also factor out an m4 conditional construct from AC_INIT to avoid the "not a literal" warning.
2006-08-27Missing m4 macrosDavid Shaw1-0/+63
2005-10-21* readline.m4: Check for rl_completion_func_t and rl_completion_matches.David Shaw1-1/+3
2005-03-21* readline.m4: Check for completion functionality.David Shaw1-0/+2
* ldap.m4: Comments.
2004-12-23* readline.m4: Make sure that readline is modern enough to understandDavid Shaw1-1/+4
rl_catch_signals. * libcurl.m4: Don't require curl-config to be present since it seems some binary packages don't include it. Allow users to specify LIBCURL and LIBCURL_INCLUDES for us.
2004-12-18Readline fix to be robust against platforms where readline has its ownDavid Shaw1-0/+56
dependencies. We play guess-the-depedency for a while, and try termcap, curses, and ncurses.