view configure @ 21525:8c78fe47b321

Added tag v8.2.1312 for changeset 8c643335991355b8b9f6ca3b0568a0c912a4980f
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Jul 2020 21: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 "$@"