view configure @ 22706:9087acfe9333

Added tag v8.2.1901 for changeset ba3f547dc4907a9d39f20954e663c71c2219958b
author Bram Moolenaar <Bram@vim.org>
date Sun, 25 Oct 2020 13:30:07 +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 "$@"