view configure @ 24300:8ed6e57cc3bd

Added tag v8.2.2690 for changeset 201239ff51d7e54efb087658b1e3aa37eb61ed99
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Apr 2021 13:15:03 +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 "$@"