view configure @ 19653:5ec5427fcedf v8.2.0383

patch 8.2.0383: wrong feature check causes test not to be run Commit: https://github.com/vim/vim/commit/4f32f9c90e5710627467d74b415b3dc46fcc593a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 15 14:53:35 2020 +0100 patch 8.2.0383: wrong feature check causes test not to be run Problem: Wrong feature check causes test not to be run. Solution: Use CheckFunction instead of CheckFeature. (Ozaki Kiichi, closes #5781)
author Bram Moolenaar <Bram@vim.org>
date Sun, 15 Mar 2020 15:00: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 "$@"