view configure @ 19394:4d4c489e8be1 v8.2.0255

patch 8.2.0255: VMS: missing files in build Commit: https://github.com/vim/vim/commit/f2cecb6c10909184281e31a8f968200f3841562d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 13 21:59:25 2020 +0100 patch 8.2.0255: VMS: missing files in build Problem: VMS: missing files in build. Solution: Add the files. (Zoltan Arpadffy)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Feb 2020 22: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 "$@"