view configure @ 19531:d984a63f23df

Added tag v8.2.0322 for changeset 48e71f9483605f2f51fa3abe32ef05c56c83d6fb
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Feb 2020 20:30:10 +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 "$@"