view configure @ 24675:ae30a87aafd3 v8.2.2876

patch 8.2.2876: configure cannot detect Python 3.10 Commit: https://github.com/vim/vim/commit/23c0192166760b0d73bd39252ca72e3cfe596f6e Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 21 11:43:58 2021 +0200 patch 8.2.2876: configure cannot detect Python 3.10 Problem: Configure cannot detect Python 3.10. Solution: Use sys.version_info. (closes https://github.com/vim/vim/issues/8233)
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 May 2021 11:45:03 +0200
parents a1ca6778da49
children
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd "${SRCDIR:-src}" && exec ./configure "$@"