view configure @ 8352:2c40b40c3220 v7.4.1468

commit https://github.com/vim/vim/commit/51d1d536802b5d8232d47e56f165ba8a009529b5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 1 22:51:46 2016 +0100 patch 7.4.1468 Problem: Sort test doesn't test with "1" argument. Solution: Also test ignore-case sorting. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Mar 2016 23:00: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 "$@"