view configure @ 19025:90da7f8130ca v8.2.0073

patch 8.2.0073: initializing globals with COMMA is clumsy Commit: https://github.com/vim/vim/commit/ea8b7aecab9cc6d9c2d2845ad53203b26de14f85 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 1 15:46:47 2020 +0100 patch 8.2.0073: initializing globals with COMMA is clumsy Problem: Initializing globals with COMMA is clumsy. Solution: Use INIT2(), INIT3(), etc.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jan 2020 16:00:04 +0100
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"