]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport of Guido's checkins of acconfig.h (1.50), configure.in (1.224) and
authorThomas Wouters <thomas@python.org>
Wed, 11 Jul 2001 12:18:24 +0000 (12:18 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 11 Jul 2001 12:18:24 +0000 (12:18 +0000)
commit958106de0494de001ff0148770b1997a9eb9ae2c
tree7a7e6642308f12751c584f5a21e6331d326be4a5
parent800f6774be7c8b7705fa9e2a2806e458711a957c
Backport of Guido's checkins of acconfig.h (1.50), configure.in (1.224) and
readline.c (2.36), and re-generated config.h.in and configure:

SF Patch #432457 by Jason Tishler: support for readline 4.2.

This patch allows the readline module to build cleanly with GNU
readline 4.2 without breaking the build for earlier GNU readline
versions.  The configure script checks for the presence of
rl_completion_matches in libreadline.
Modules/readline.c
acconfig.h
config.h.in
configure
configure.in