view configure @ 11862:18cda18a38e2 v8.0.0811

patch 8.0.0811: MS-Windows: test_expand_dllpath fails commit https://github.com/vim/vim/commit/5449f7c6fc574fed1020d70878becbbfca5a5a41 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 30 13:51:37 2017 +0200 patch 8.0.0811: MS-Windows: test_expand_dllpath fails Problem: MS-Windows: test_expand_dllpath fails. Solution: Change backslashes to forward slashes
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Jul 2017 14:00:05 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"