view configure @ 31563:1da5ce62edeb v9.0.1114

patch 9.0.1114: CI does not use the latest Python version Commit: https://github.com/vim/vim/commit/ef91ae4557ac93e581b0ec39bf4c78c3556d7484 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri Dec 30 17:41:17 2022 +0000 patch 9.0.1114: CI does not use the latest Python version Problem: CI does not use the latest Python version. Solution: Switch from Python 3.10 to 3.11. (closes https://github.com/vim/vim/issues/11761)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Dec 2022 18:45:04 +0100
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 "$@"