view configure @ 19039:d20ed2e5a776

Update a few runtime files. Commit: https://github.com/vim/vim/commit/d7df279808f75f7a4af8dd48deae73a9b727ac3b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 2 21:34:42 2020 +0100 Update a few runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Jan 2020 21:45: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 "$@"