view configure @ 26862:e91b94a101d1

Added tag v8.2.3959 for changeset df2de1e63de02075a0a86cf11e4c0e556d66cd47
author Bram Moolenaar <Bram@vim.org>
date Fri, 31 Dec 2021 20:00:06 +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 "$@"