view configure @ 25354:54425c665ba9 v8.2.3214

patch 8.2.3214: MS-Windows: passing /D does not set the install location Commit: https://github.com/vim/vim/commit/7d60384a00755e5c0112cebeb5e232fc133c9eca Author: Christian Brabandt <cb@256bit.org> Date: Sat Jul 24 21:19:42 2021 +0200 patch 8.2.3214: MS-Windows: passing /D does not set the install location Problem: MS-Windows: passing /D does not set the install location. Solution: Adjust how the installer uses $VIM. Update the documentation. (Christian Brabandt, closes #8605)
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Jul 2021 21:30: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 "$@"