view configure @ 9289:29de7dda7a6a v7.4.1927

commit https://github.com/vim/vim/commit/5b7d177e8994c003ae77ddab5bd54f8cd1ee181b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 13 19:54:22 2016 +0200 patch 7.4.1927 Problem: Compiler warning for signed/unsigned. Solution: Add type cast.
author Christian Brabandt <cb@256bit.org>
date Mon, 13 Jun 2016 20:00:06 +0200
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 "$@"