view configure @ 22323:bf31e05d3fec

Added tag v8.2.1710 for changeset a5b16c9eee9db03f6ce938338d4cf267d9bbca53
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Sep 2020 14:15:05 +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 "$@"