view configure @ 21484:eeea3ab1fe04

Added tag v8.2.1292 for changeset de74d764d36c3e69b4722576f3f001d1af6c064b
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Jul 2020 17:00: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 "$@"