view configure @ 18273:fc68850c5233 v8.1.2131

patch 8.1.2131: MSVC tests fail Commit: https://github.com/vim/vim/commit/c25e702deec74771e49f6c2df4cda7a1f97d0c1e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 10 14:08:26 2019 +0200 patch 8.1.2131: MSVC tests fail Problem: MSVC tests fail. Solution: Replace backslashes with slashes.
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Oct 2019 14:15: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 "$@"