view configure @ 27702:ae09d11b8099 v8.2.4377

patch 8.2.4377: CI steps for Windows are a bit unorganized Commit: https://github.com/vim/vim/commit/0cd3e94e2cf18550c10f85814c9c1b1d4929003c Author: ichizok <gclient.gaap@gmail.com> Date: Mon Feb 14 11:36:57 2022 +0000 patch 8.2.4377: CI steps for Windows are a bit unorganized Problem: CI steps for Windows are a bit unorganized. Solution: Organize CI test steps on Windows. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/9764)
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Feb 2022 12:45: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 "$@"