view configure @ 10476:751851a84c41 v8.0.0131

commit https://github.com/vim/vim/commit/73b484c4da00011317dc68ada4f5dfc6515ad263 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 11 15:11:17 2016 +0100 patch 8.0.0131 Problem: Not enough test coverage for syntax commands. Solution: Add more tests. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Sun, 11 Dec 2016 15:15: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 "$@"