view configure @ 21963:bf956766afa8 v8.2.1531

patch 8.2.1531: Vim9: test still fails on MS-Windows Commit: https://github.com/vim/vim/commit/7a3330fc578033f06a94c23de61a23edcc59f95e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 27 23:57:57 2020 +0200 patch 8.2.1531: Vim9: test still fails on MS-Windows Problem: Vim9: test still fails on MS-Windows. Solution: When skipping expect function to be NULL.
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Aug 2020 00:00: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 "$@"