view configure @ 23046:9a30b28b8154

Added tag v8.2.2069 for changeset 450d6e4992e183654962419cd84085609d691002
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Nov 2020 14:30: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 "$@"