view configure @ 8475:aec051e61547 v7.4.1528

commit https://github.com/vim/vim/commit/af1a0e371e739f8dff337fd31da0ff8ffb347b43 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 9 22:19:26 2016 +0100 patch 7.4.1528 Problem: Using "ever" for packages is confusing. Solution: Use "start", as it's related to startup.
author Christian Brabandt <cb@256bit.org>
date Wed, 09 Mar 2016 22:30:07 +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 "$@"