Resolve Python issue 1676135 regarding configure directory args.
commit35b65ec05c4e8f667c08ea4b47cb2c6bd9a5b7cb
authorEric Blake <ebb9@byu.net>
Fri, 5 Oct 2007 17:26:26 +0000 (5 11:26 -0600)
committerEric Blake <ebb9@byu.net>
Fri, 5 Oct 2007 17:57:09 +0000 (5 11:57 -0600)
treeebbb7d59cc67f5861c9132c116088264d25a814d
parent4e9078ba0b9a919ee35a1ff8b6bd8c764362f33e
Resolve Python issue 1676135 regarding configure directory args.

* lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Strip trailing
slashes from directory arguments.
* tests/base.at (configure directories): New test.
* doc/autoconf.texi (Installation Directory Variables): Document
the change.
* NEWS: Likewise.
* THANKS: Update.
Reported by Björn Lindqvist.
http://bugs.python.org/issue1676135

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
NEWS
THANKS
doc/autoconf.texi
lib/autoconf/general.m4
tests/base.at