view configure @ 15727:81db86aac412 v8.1.0871

patch 8.1.0871: build error when building with Ruby 2.6.0 commit https://github.com/vim/vim/commit/63d1fea8141c3dfb36aeb9de60e5f1f90450acff Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 3 15:18:35 2019 +0100 patch 8.1.0871: build error when building with Ruby 2.6.0 Problem: Build error when building with Ruby 2.6.0. Solution: Change argument of rb_int2big_stub(). (Android Baumann, closes #3899)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Feb 2019 15:30:08 +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 "$@"