view configure @ 19374:f123c6732cf3 v8.2.0245

patch 8.2.0245: MSVC: error message if the auto directory already exists Commit: https://github.com/vim/vim/commit/5489eab34528ba31054bc7c99af120b07f543b78 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 11 22:49:18 2020 +0100 patch 8.2.0245: MSVC: error message if the auto directory already exists Problem: MSVC: error message if the auto directory already exists. Solution: Add "if not exists". (Ken Takata, closes https://github.com/vim/vim/issues/5620)
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Feb 2020 23:00:04 +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 "$@"