view configure @ 8845:210e767296d9 v7.4.1710

commit https://github.com/vim/vim/commit/17fe5e1aecbeff5ca4b2a821ede9badd5dddae59 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 4 22:03:08 2016 +0200 patch 7.4.1710 Problem: Not all output of an external command is read. Solution: Avoid timing out when the process has exited. (closes https://github.com/vim/vim/issues/681)
author Christian Brabandt <cb@256bit.org>
date Mon, 04 Apr 2016 22:15:31 +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 "$@"