view src/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
line wrap: on
line source

#! /bin/sh
# run the automatically generated configure script
CONFIG_STATUS=auto/config.status \
	auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache
result=$?

# Stupid autoconf 2.5x causes this file to be left behind.
if test -f configure.lineno; then rm -f configure.lineno; fi

exit $result