view configure @ 8564:8818bca7a824 v7.4.1572

commit https://github.com/vim/vim/commit/85a7cb4dcf50aa562ff1fc872bfc1b50a5a9e368 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 15 16:53:26 2016 +0100 patch 7.4.1572 Problem: Setting 'compatible' in test influences following tests. Solution: Turn 'compatible' off again.
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Mar 2016 17:00:05 +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 "$@"