view configure @ 8765:3daf70d22168 v7.4.1671

commit https://github.com/vim/vim/commit/61264d99692803eec76a171916ab9720c75536b0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 28 19:59:02 2016 +0200 patch 7.4.1671 Problem: When help exists in multiple languages, adding @ab while "ab" is the default help language is unnecessary. Solution: Leave out "@ab" when not needed. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Mar 2016 20:00:10 +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 "$@"