view configure @ 24035:ee5b6208f725 v8.2.2559

patch 8.2.2559: MS-Windows: guifont test fails on Windows XP Commit: https://github.com/vim/vim/commit/3650fd709807d5ac182e28d952cbd790c1ad0a6a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 28 23:13:40 2021 +0100 patch 8.2.2559: MS-Windows: guifont test fails on Windows XP Problem: MS-Windows: guifont test fails on Windows XP. Solution: Check windowsversion().
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Feb 2021 23:15:03 +0100
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 "$@"