view configure @ 24452:385ccfd6b6de v8.2.2766

patch 8.2.2766: test failure Commit: https://github.com/vim/vim/commit/b1419268901b194b295b7cea18a1d0968f9dddfc Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 14 20:54:07 2021 +0200 patch 8.2.2766: test failure Problem: Test failure. Solution: Add change to Vim9 compilation error message.
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Apr 2021 21:00:05 +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 "$@"