view configure @ 12841:174e0c952b46 v8.0.1297

patch 8.0.1297: +autoservername does not show enabled on MS-Windows commit https://github.com/vim/vim/commit/23921432369e210029a26864cfb4f1537b3c3395 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 13 22:08:16 2017 +0100 patch 8.0.1297: +autoservername does not show enabled on MS-Windows Problem: +autoservername does not show enabled on MS-Windows. Solution: Always define the flag on MS-Windows. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Mon, 13 Nov 2017 22:15:05 +0100
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 "$@"