view configure @ 22150:9a7b86f483f3

Added tag v8.2.1624 for changeset 49b3a95adf0439019646696c9f43331e640df804
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Sep 2020 16:15: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 "$@"