view configure @ 25163:0fc3365fc931

Added tag v8.2.3117 for changeset c44d6ac81c4246e6898b470f4faa74881d45466e
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Jul 2021 21:30: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 "$@"