view configure @ 27932:e9e493983e11 v8.2.4491

patch 8.2.4491: MS-Windows makefile dependencies are outdated Commit: https://github.com/vim/vim/commit/7f687aaca9f2fd7c04f8a07effed92dd0164f6a2 Author: K.Takata <kentkt@csc.jp> Date: Wed Mar 2 17:34:56 2022 +0000 patch 8.2.4491: MS-Windows makefile dependencies are outdated Problem: MS-Windows makefile dependencies are outdated. Solution: Update dependencies. (Ken Takata, closes https://github.com/vim/vim/issues/9876)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Mar 2022 18: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 "$@"