view configure @ 13123:aaead5b4d77d v8.0.1436

patch 8.0.1436: not enough information about what Python version may work commit https://github.com/vim/vim/commit/84b242c369a22b581c43de9de0152f0baedd71ab Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 28 17:45:49 2018 +0100 patch 8.0.1436: not enough information about what Python version may work Problem: Not enough information about what Python version may work. Solution: Add "python_compiled", "python3_compiled", "python_dynamic" and "python3_dynamic" values for has().
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Jan 2018 18:00:06 +0100
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"