view configure @ 13390:d0afc9aa7a43 v8.0.1569

patch 8.0.1569: warning for uninitialized variable from gcc commit https://github.com/vim/vim/commit/28ada699c13833219acaeb7e768acc2acae50e02 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 5 12:42:42 2018 +0100 patch 8.0.1569: warning for uninitialized variable from gcc Problem: Warning for uninitialized variable from gcc. Solution: Initialize the variable.
author Christian Brabandt <cb@256bit.org>
date Mon, 05 Mar 2018 12:45:06 +0100
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 "$@"