view configure @ 11812:4851ff0e1528 v8.0.0786

patch 8.0.0786: build failures on Travis commit https://github.com/vim/vim/commit/8bcc99b821706fe4a0a4b8e1b588d453bbf0dfbd Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 28 13:45:16 2017 +0200 patch 8.0.0786: build failures on Travis Problem: Build failures on Travis. Solution: Go back to precise termporarily. Disable coverage with clang.
author Christian Brabandt <cb@256bit.org>
date Fri, 28 Jul 2017 14:00:05 +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 "$@"