view configure @ 11492:5ccf1b222223 v8.0.0629

patch 8.0.0629: checking for ambigous width is not working commit https://github.com/vim/vim/commit/6b1da3312e15c065b373c9ec2732f31a77cee61f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 9 21:35:47 2017 +0200 patch 8.0.0629: checking for ambigous width is not working Problem: Checking for ambigous width is not working. (Hirohito Higashi) Solution: Reset "starting" earlier.
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Jun 2017 21:45:04 +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 "$@"