view configure @ 20959:2023b9a5c161 v8.2.1031

patch 8.2.1031: build failure with Perl5.32 Commit: https://github.com/vim/vim/commit/f5433fbfe4324fd443664fb924116b5ed675bef5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 21 20:06:54 2020 +0200 patch 8.2.1031: build failure with Perl5.32 Problem: Build failure with Perl5.32. Solution: Define a few more functions. (Felix Yan, closes https://github.com/vim/vim/issues/6310)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Jun 2020 20:15:03 +0200
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 "$@"