view configure @ 20447:4fdc8319ab24

Update feature_request.md Commit: https://github.com/vim/vim/commit/ed37d9b3241abe7c302c7ac606df80037aecdb46 Author: Bram Moolenaar <bram@moolenaar.net> Date: Sun May 17 15:17:26 2020 +0200 Update feature_request.md
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 May 2020 15:30:04 +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 "$@"