view configure @ 13505:a784ef72b617 v8.0.1626

patch 8.0.1626: compiler warning for possible loss of data commit https://github.com/vim/vim/commit/b571c63d481b065dc22465300e41a4b8cff66120 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 21 22:27:59 2018 +0100 patch 8.0.1626: compiler warning for possible loss of data Problem: Compiler warning for possible loss of data. Solution: Use size_t instead of int. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Wed, 21 Mar 2018 22:30:06 +0100
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"