view configure @ 27794:77a95d7d5676 v8.2.4423

patch 8.2.4423: "make nvcmdidxs" fails Commit: https://github.com/vim/vim/commit/d56eb654f50434ea590142c0f080efba91bfe7f8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 19 16:00:16 2022 +0000 patch 8.2.4423: "make nvcmdidxs" fails Problem: "make nvcmdidxs" fails. Solution: Use "-S" instead of "-u" to source the script.
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Feb 2022 17:15:02 +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 "$@"