view configure @ 24365:f2bd92589670 v8.2.2723

patch 8.2.2723: assignment test fails Commit: https://github.com/vim/vim/commit/58fb7c39a04aabfa399ae4f2142ee0728bc22483 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 5 20:59:41 2021 +0200 patch 8.2.2723: assignment test fails Problem: Assignment test fails. Solution: Adjust error number.
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Apr 2021 21:00:05 +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 "$@"