view configure @ 11067:a99a1234625f v8.0.0422

patch 8.0.0422: Python test fails with Python 3.6 commit https://github.com/vim/vim/commit/f411a3c5aff644ec7a999be83ef22adf3e1132dd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 5 19:00:34 2017 +0100 patch 8.0.0422: Python test fails with Python 3.6 Problem: Python test fails with Python 3.6. Solution: Convert new exception messages to old ones. (closes https://github.com/vim/vim/issues/1359)
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Mar 2017 19:15:04 +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 "$@"