view configure @ 29185:523a97eab139 v8.2.5112

patch 8.2.5112: gui test hangs on MS-Windows Commit: https://github.com/vim/vim/commit/a272624c763fea9f98510bbc5b1f2b65a309c765 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 16 16:36:43 2022 +0100 patch 8.2.5112: gui test hangs on MS-Windows Problem: Gui test hangs on MS-Windows. Solution: Use "!start" to start Vim.
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Jun 2022 17:45:02 +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 "$@"