view configure @ 15750:ece3be0e03b6 v8.1.0882

patch 8.1.0882: checking for FEAT_MBYTE which doesn't exist anymore commit https://github.com/vim/vim/commit/1aa43755e2116ba744be13b6f596ea033a0d82ae Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 8 14:41:31 2019 +0100 patch 8.1.0882: checking for FEAT_MBYTE which doesn't exist anymore Problem: Checking for FEAT_MBYTE which doesn't exist anymore. (Christ van Willegen) Solution: Remove it.
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Feb 2019 14:45: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 "$@"