view configure @ 12950:e60b2aa04903 v8.0.1351

patch 8.0.1351: warning for unused variables building with MinGW commit https://github.com/vim/vim/commit/bdb8139098d170ede2bc79dd4f62e4ed5e778d3e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 27 23:24:08 2017 +0100 patch 8.0.1351: warning for unused variables building with MinGW Problem: Warning for unused variables building with MinGW. Solution: Change a few #ifdefs (suggested by John Marriott). Remove superfluous checks of FEAT_MBYTE.
author Christian Brabandt <cb@256bit.org>
date Mon, 27 Nov 2017 23:30: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 "$@"