view configure @ 19807:13f34e46c269 v8.2.0460

patch 8.2.0460: build failure because of wrong feature name Commit: https://github.com/vim/vim/commit/bd5e622bfa12bd80a5ce9406704205400e3faa6a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 26 23:13:34 2020 +0100 patch 8.2.0460: build failure because of wrong feature name Problem: Build failure because of wrong feature name. Solution: Correct feature name.
author Bram Moolenaar <Bram@vim.org>
date Thu, 26 Mar 2020 23: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 "$@"