Hi, looking at readline-6.1 there is an inconsistency between the configure set RL_LIBRARY_VERSION and the defined RL_READLINE_VERSION in readline.h.
[snip] --- readline.h.orig 2010-02-17 17:13:18.469677162 +0100 +++ readline.h 2010-02-17 17:13:29.356802843 +0100 @@ -39,9 +39,9 @@ #endif /* Hex-encoded Readline version number. */ -#define RL_READLINE_VERSION 0x0600 /* Readline 6.0 */ +#define RL_READLINE_VERSION 0x0601 /* Readline 6.0 */ #define RL_VERSION_MAJOR 6 -#define RL_VERSION_MINOR 0 +#define RL_VERSION_MINOR 1 /* Readline data structures. */ [snap] This leads to breakage of packages checking rl_library_version vs. rl_readline_version. Cheers, benny PS: Please cc me directly, as i am not subscribed to the list. -- /"\ ASCII RIBBON CAMPAIGN | Benjamin von Mossner \ / AGAINST HTML MAIL | [email protected] X / \ multiple exclamation marks are a sure sign of a diseased mind _______________________________________________ Bug-readline mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-readline
