view configure @ 9840:da7307987ed1 v7.4.2195

commit https://github.com/vim/vim/commit/bcc1dcc981dfc092587d4fbd1327d82a03426c57 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 10 22:02:40 2016 +0200 patch 7.4.2195 Problem: MS-Windows: The vimrun program does not support Unicode. Solution: Use GetCommandLineW(). Cleanup old #ifdefs. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Wed, 10 Aug 2016 22:15:06 +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 "$@"