view configure @ 24840:c7aa7acb23bb v8.2.2958

patch 8.2.2958: function list test fails Commit: https://github.com/vim/vim/commit/f7a023e580c695e86f68228adcf5c9e6ea00a4d5 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 7 18:50:01 2021 +0200 patch 8.2.2958: function list test fails Problem: Function list test fails. Solution: Add newly added function to the list. Fix typo.
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Jun 2021 19:00:04 +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 "$@"