view configure @ 31661:b6044f37d53d v9.0.1163

patch 9.0.1163: compiler warning for implicit size_t/int conversion Commit: https://github.com/vim/vim/commit/dda3053121abd72f50788d6615163e99c1cfff2b Author: Mike Williams <mikew@globalgraphics.com> Date: Mon Jan 9 14:18:13 2023 +0000 patch 9.0.1163: compiler warning for implicit size_t/int conversion Problem: Compiler warning for implicit size_t/int conversion. Solution: Add a type cast. (Mike Williams, closes https://github.com/vim/vim/issues/11795)
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 Jan 2023 15:30:04 +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 "$@"