view configure @ 11617:1d6bcb9ff291 v8.0.0691

patch 8.0.0691: compiler warning without the linebreak feature commit https://github.com/vim/vim/commit/a83fe75ca76f6f74daa1e5a620054b973b43379b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 29 22:33:13 2017 +0200 patch 8.0.0691: compiler warning without the linebreak feature Problem: Compiler warning without the linebreak feature. Solution: Add #ifdef. (John Marriott)
author Christian Brabandt <cb@256bit.org>
date Thu, 29 Jun 2017 22:45:03 +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 "$@"