view configure @ 13581:82390bf72374 v8.0.1663

patch 8.0.1663: cannot build without multi-byte feature commit https://github.com/vim/vim/commit/86676c949fcec939441620bc747851e315e2702a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 5 18:56:48 2018 +0200 patch 8.0.1663: cannot build without multi-byte feature Problem: Cannot build without multi-byte feature. Solution: Add #ifdef.
author Christian Brabandt <cb@256bit.org>
date Thu, 05 Apr 2018 19:00:09 +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 "$@"