view configure @ 22299:f70e23adc829

Added tag v8.2.1698 for changeset 07e48ee8c3bb67239e9459fa9037918098bcc802
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Sep 2020 21:15:06 +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 "$@"