view configure @ 10092:d7846e9fbf65 v7.4.2317

commit https://github.com/vim/vim/commit/0913a1089a07ac7b17abc3a1343dfa7cd25613f4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 3 19:11:59 2016 +0200 patch 7.4.2317 Problem: Normal mode tests fail on MS-Windows. Solution: Do some tests only on Unix. Set 'fileformat' to "unix".
author Christian Brabandt <cb@256bit.org>
date Sat, 03 Sep 2016 19: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 "$@"