aboutsummaryrefslogtreecommitdiffstats
path: root/m4/readline.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * readline.m4: Make sure that readline is modern enough to understandDavid Shaw2004-12-231-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.
* Readline fix to be robust against platforms where readline has its ownDavid Shaw2004-12-181-0/+56
dependencies. We play guess-the-depedency for a while, and try termcap, curses, and ncurses.