view configure @ 27853:dd203ec9a0e1 v8.2.4452

patch 8.2.4452: test for what 8.2.4436 fixes does not check for regression Commit: https://github.com/vim/vim/commit/2dada73a4ebffe2582af472ce362abd3116b58c9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 23 10:52:41 2022 +0000 patch 8.2.4452: test for what 8.2.4436 fixes does not check for regression Problem: Test for what 8.2.4436 fixes does not check for regression. Solution: Set several options. (Ken Takata, closes https://github.com/vim/vim/issues/9830)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Feb 2022 12:00: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 "$@"