view configure @ 22497:6fe73c0d9626

Added tag v8.2.1796 for changeset 454b78ca8247c68481387a58e66c18b7298662ba
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Oct 2020 13:45: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 "$@"