summaryrefslogtreecommitdiff
path: root/infrastructure/m4/vl_lib_readline.m4
Commit message (Collapse)AuthorAge
* Fixup botched mergeReinhard Tartler2017-06-14
|
* merge upstream version 0.12Reinhard Tartler2017-06-11
|\
| * Silence warnings from new MinGW headers that expect __MINGW_FEATURES__Chris Wilson2011-10-08
| | | | | | | | | | | | | | | | to be defined. Check for fcntl.h and include it if we have it, not just on MSVC, now that MinGW also defines O_BINARY in newer versions.
| * Restore the newline in the includes variable, it is actually requiredChris Wilson2011-02-28
| | | | | | | | | | even though it causes a warning.
| * Test whether pdcurses is required to compile with readline support.Chris Wilson2011-02-27
| |
| * Workaround for Mac OSX where readline.h doesn't compile if stdio.h isChris Wilson2010-09-29
| | | | | | | | | | not included first.
| * Detect whether rl_completion_matches or completion_matches is declared Chris Wilson2010-02-26
| | | | | | | | | | | | | | by readline headers at configure time, and use the appropriate one in bbackupquery. Thanks to Melissa Jenkins for reporting the compilation failure on OSX and providing additional details.
| * Rewrite configure check for readline lib to match libraries to headers and ↵Martin Ebourne2006-01-04
| | | | | | | | | | | | be more selective. Also changes --enable-gnu-readline which intentionally used to prefer editline over readline even when specified (for licence goodness), to now prefer readline if requested. This is probably less confusing to a user.
| * Merged martin/autoconf at r35 to trunkMartin Ebourne2005-12-07
|
* initial commitReinhard Tartler2007-02-14