view configure @ 23424:c0880eafe162 v8.2.2255

patch 8.2.2255: Tcl test fails Commit: https://github.com/vim/vim/commit/1779ff48427931736998a6e5621b5cbe4d99c3e3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 31 18:11:16 2020 +0100 patch 8.2.2255: Tcl test fails Problem: Tcl test fails. Solution: Change option handling.
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Dec 2020 18: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 "$@"