view configure @ 19388:3a579cadceb6 v8.2.0252

patch 8.2.0252: Windows compiler warns for using size_t Commit: https://github.com/vim/vim/commit/3dd64608f6183a49c6854652017b928556224935 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 13 20:31:28 2020 +0100 patch 8.2.0252: Windows compiler warns for using size_t Problem: Windows compiler warns for using size_t. Solution: Change to int. (Mike Williams)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Feb 2020 20:45:09 +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 "$@"