view configure @ 26664:6035f58b39a3 v8.2.3861

patch 8.2.3861: list of distributed files is outdated Commit: https://github.com/vim/vim/commit/39713d3acbfb6673775158a0171c7389c07f25df Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 20 15:53:13 2021 +0000 patch 8.2.3861: list of distributed files is outdated Problem: List of distributed files is outdated. Solution: Add new files.
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Dec 2021 17: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 "$@"