view configure @ 20071:385e2f8aa8c1 v8.2.0591

patch 8.2.0591: MS-Windows: should always support IPv6 Commit: https://github.com/vim/vim/commit/aa82259fef8d08326029c580282b417790230e93 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 17 20:48:57 2020 +0200 patch 8.2.0591: MS-Windows: should always support IPv6 Problem: MS-Windows: should always support IPv6 Solution: Add build flag. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/5944)
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Apr 2020 21:00:03 +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 "$@"