view configure @ 9161:56c93626f6f3 v7.4.1864

commit https://github.com/vim/vim/commit/22081f4a3397704645841121d994058abd6cb481 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 1 20:38:34 2016 +0200 patch 7.4.1864 Problem: Python: encoding error with Python 2. Solution: Use "getcwdu" instead of "getcwd". (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Wed, 01 Jun 2016 20:45:08 +0200
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 "$@"