view configure @ 16255:d0fef9cb6a9b v8.1.1132

patch 8.1.1132: getwinpos() test fails on MS-Windows commit https://github.com/vim/vim/commit/616aeef21f2abd0bc51dd98e641ade9bbc29a078 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 6 22:21:22 2019 +0200 patch 8.1.1132: getwinpos() test fails on MS-Windows Problem: getwinpos() test fails on MS-Windows. Solution: Don't try running this test.
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Apr 2019 22:30:03 +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 "$@"