view configure @ 29148:8e87a5d2284c v8.2.5094

patch 8.2.5094: MS-Windows GUI: empty command may cause a dialog Commit: https://github.com/vim/vim/commit/217ea51ee4c4cb6cf690eb0da70cc4c81291aa2e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 14 17:13:59 2022 +0100 patch 8.2.5094: MS-Windows GUI: empty command may cause a dialog Problem: MS-Windows GUI: empty command may cause a dialog. Solution: Delete the dialog file. Improve the message.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jun 2022 18:15:03 +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 "$@"