view configure @ 18516:9676dc5fd705 v8.1.2252

patch 8.1.2252: compiler warning for int size Commit: https://github.com/vim/vim/commit/2ade714728ff824f67a9a24ef495d509a389ee2f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 4 20:36:50 2019 +0100 patch 8.1.2252: compiler warning for int size Problem: Compiler warning for int size. Solution: Add type cast. (Mike Williams)
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Nov 2019 20:45: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 "$@"