view configure @ 27736:ef89db30e46c v8.2.4394

patch 8.2.4394: UTF8 select mode test fails on MS-Windows Commit: https://github.com/vim/vim/commit/9fdde7992ab4c21517f447ca3d651b9ff4a770e8 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 15 19:52:56 2022 +0000 patch 8.2.4394: UTF8 select mode test fails on MS-Windows Problem: UTF8 select mode test fails on MS-Windows. Solution: Revert the #ifdef change.
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Feb 2022 21:00:03 +0100
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"