view configure @ 26169:0efbf4fe6cae v8.2.3616

patch 8.2.3616: arglist test does not clear the argument list consistently Commit: https://github.com/vim/vim/commit/3cad47038547e694cfa26ba39c399f610d2054bd Author: Shougo Matsushita <Shougo.Matsu@gmail.com> Date: Thu Nov 18 15:37:29 2021 +0000 patch 8.2.3616: arglist test does not clear the argument list consistently Problem: Arglist test does not clear the argument list consistently. Solution: Call Reset_arglist(). (Shougo Matsushita, closes https://github.com/vim/vim/issues/9154)
author Bram Moolenaar <Bram@vim.org>
date Thu, 18 Nov 2021 16:45: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 "$@"