view configure @ 21711:d2dee69de7c7 v8.2.1405

patch 8.2.1405: Vim9: vim9compile.c is getting too big Commit: https://github.com/vim/vim/commit/a7cc9e697b9140da66a09f71cdf839d08e32f5fb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 9 15:25:14 2020 +0200 patch 8.2.1405: Vim9: vim9compile.c is getting too big Problem: Vim9: vim9compile.c is getting too big. Solution: Split off type code to vim9type.c.
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Aug 2020 15:30:04 +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 "$@"