Mercurial > vim
annotate configure @ 22728:1928f863ac6e v8.2.1912
patch 8.2.1912: with Python 3.9 some tests fail
Commit: https://github.com/vim/vim/commit/68a48ee55e55c189b03a6718a0d06af1dfedcd16
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Oct 27 19:59:10 2020 +0100
patch 8.2.1912: with Python 3.9 some tests fail
Problem: With Python 3.9 some tests fail.
Solution: Take into account the different error message. (James McCoy,
closes #7210)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 27 Oct 2020 20:00:03 +0100 |
parents | a1ca6778da49 |
children |
rev | line source |
---|---|
7 | 1 #! /bin/sh |
2 | |
3 # This is just a stub for the Unix configure script, to provide support for | |
4 # doing "./configure" in the top Vim directory. | |
5 | |
16629
a1ca6778da49
patch 8.1.1317: output from Travis can be improved
Bram Moolenaar <Bram@vim.org>
parents:
921
diff
changeset
|
6 cd "${SRCDIR:-src}" && exec ./configure "$@" |