view configure @ 20699:85c83b6f1cbc v8.2.0903

patch 8.2.0903: comparing WINVER does not work correctly Commit: https://github.com/vim/vim/commit/852ea366d6432e719ffdd95e9fb7d49a9a960187 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 4 21:32:49 2020 +0200 patch 8.2.0903: comparing WINVER does not work correctly Problem: comparing WINVER does not work correctly. Solution: Use arithmethic expansion. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/6197)
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jun 2020 21:45: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 "$@"