view configure @ 16827:ce562b9f702e v8.1.1415

patch 8.1.1415: build error in MS-Windows GUI commit https://github.com/vim/vim/commit/59edb00e2219d4eda34b32a5d405f245053c5b74 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 28 23:32:47 2019 +0200 patch 8.1.1415: build error in MS-Windows GUI Problem: Build error in MS-Windows GUI. Solution: Fix the LALLOC_MULT() argument.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 May 2019 23:45:05 +0200
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 "$@"