view configure @ 14704:150274bc6f5c v8.1.0364

patch 8.1.0364: compiler warning in xdiff code commit https://github.com/vim/vim/commit/e797abf3c75358ebc0b31d6e076972daf889e06e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 10 21:22:15 2018 +0200 patch 8.1.0364: compiler warning in xdiff code Problem: Compiler warning in xdiff code. (Yegappan Lakshmanan) Solution: Initialize directly.
author Christian Brabandt <cb@256bit.org>
date Mon, 10 Sep 2018 21:30:07 +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 "$@"