view configure @ 19197:9f95830592e9 v8.2.0157

patch 8.2.0157: Vim9 script files not in list of distributed files Commit: https://github.com/vim/vim/commit/318e7a9c03ed4beadd3c6089f5807938e3c1f843 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 26 22:05:06 2020 +0100 patch 8.2.0157: Vim9 script files not in list of distributed files Problem: Vim9 script files not in list of distributed files. Solution: Add the entries.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jan 2020 22:15:05 +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 "$@"