view configure @ 9278:97b0b568f820 v7.4.1922

commit https://github.com/vim/vim/commit/06469e979fe524ac6cb8f705ed4221aa267de11d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 11 22:26:53 2016 +0200 patch 7.4.1922 Problem: Ruby 2.4.0 unifies Fixnum and Bignum into Integer. Solution: Use rb_cInteger. (Weiong Mao)
author Christian Brabandt <cb@256bit.org>
date Sat, 11 Jun 2016 22:30: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 "$@"