view configure @ 13690:4034ddb84f01 v8.0.1717

patch 8.0.1717: C89 check causes too much trouble commit https://github.com/vim/vim/commit/3cba73423e5304ef7ccdb2280d65562d2f06f483 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 15 13:12:46 2018 +0200 patch 8.0.1717: C89 check causes too much trouble Problem: C89 check causes too much trouble. Solution: Remove enforcing C89 for now.
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Apr 2018 13:15: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 "$@"