view configure @ 23454:5e6a5ccf5dcb v8.2.2270

patch 8.2.2270: warning for size_t to int conversion Commit: https://github.com/vim/vim/commit/38a434f7ba89ab2602019476219780e07fd8251f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 12:45:45 2021 +0100 patch 8.2.2270: warning for size_t to int conversion Problem: Warning for size_t to int conversion. (Randall W. Morris) Solution: Add a type cast.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Jan 2021 13:00:05 +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 "$@"