view configure @ 27436:4c683d6c0a9d v8.2.4246

patch 8.2.4246: one error message not in errors.h Commit: https://github.com/vim/vim/commit/e96eea7b6a56bc7c12e062e90b2e816ff61e705c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 28 21:00:51 2022 +0000 patch 8.2.4246: one error message not in errors.h Problem: One error message not in errors.h. (Antonio Colombo) Solution: Move the message and rename.
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Jan 2022 22:15:03 +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 "$@"