view configure @ 7496:6d969668bfc8 v7.4.1050

commit https://github.com/vim/vim/commit/c71982b23978ef61d0a2f0fe5535e782e1c561ed Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 4 21:43:08 2016 +0100 patch 7.4.1050 Problem: Warning for unused var with tiny features. (Tony Mechelynck) Solution: Add #ifdef. Use vim_snprintf(). Reduce number of statemements.
author Christian Brabandt <cb@256bit.org>
date Mon, 04 Jan 2016 21:45:05 +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 "$@"