view configure @ 9782:d6a69f968249 v7.4.2166

commit https://github.com/vim/vim/commit/328604307ba26e3182eb0b096e820f9cd346c2dd Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 6 19:24:23 2016 +0200 patch 7.4.2166 Problem: Small build can't run startup test. Solution: Skip the test.
author Christian Brabandt <cb@256bit.org>
date Sat, 06 Aug 2016 19:30: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 "$@"