view configure @ 20267:456c3b98d4c8 v8.2.0689

patch 8.2.0689: when using getaddrinfo() the error message is unclear Commit: https://github.com/vim/vim/commit/a38b2b737e244eb2e4f199e070b05f86f4d433d4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 3 17:03:29 2020 +0200 patch 8.2.0689: when using getaddrinfo() the error message is unclear Problem: When using getaddrinfo() the error message is unclear. Solution: Use gai_strerror() to get the message. (Ozaki Kiichi, closes #6034)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 May 2020 17: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 "$@"