view configure @ 22762:5608a4144188 v8.2.1929

patch 8.2.1929: MS-Windows: problem loading Perl 5.32 Commit: https://github.com/vim/vim/commit/0289065e41ce3148f929e16a55aa3b161c80576f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 31 13:05:11 2020 +0100 patch 8.2.1929: MS-Windows: problem loading Perl 5.32 Problem: MS-Windows: problem loading Perl 5.32. Solution: Define NO_THREAD_SAFE_LOCALE. (Ken Takata, closes https://github.com/vim/vim/issues/7234)
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Oct 2020 13:15:04 +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 "$@"