view configure @ 24248:883d7ceffd97 v8.2.2665

patch 8.2.2665: test failures Commit: https://github.com/vim/vim/commit/7b45d46cf7db0d2d7a4defc2d81b233a2c672b74 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 27 19:09:02 2021 +0100 patch 8.2.2665: test failures Problem: Test failures. Solution: Check more specific feature. Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Mar 2021 19: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 "$@"