view configure @ 18654:5f9faf363b19 v8.1.2319

patch 8.1.2319: compiler warning for int size Commit: https://github.com/vim/vim/commit/07a63d86338476bafbd1a3ec462672df92666498 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 18 21:38:37 2019 +0100 patch 8.1.2319: compiler warning for int size Problem: Compiler warning for int size. Solution: Add typecast. (Mike Williams)
author Bram Moolenaar <Bram@vim.org>
date Mon, 18 Nov 2019 21:45: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 "$@"