view configure @ 25093:88cb0813ec24

Added tag v8.2.3083 for changeset cd5e8df05a6465fbcbd4498856b75b5ed7dba2b8
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Jul 2021 20:30: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 "$@"