view configure @ 21214:927ec2f85818 v8.2.1158

patch 8.2.1158: build error Commit: https://github.com/vim/vim/commit/b335b29e1c3428fd475026412297d5aa63b623e6 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 8 18:34:57 2020 +0200 patch 8.2.1158: build error Problem: Build error. Solution: Add missing change to globals.
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Jul 2020 18:45:08 +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 "$@"