view configure @ 25916:52792b298baf

Added tag v8.2.3491 for changeset 36f2c43bd671148235675d49cbf35883024ac18c
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Oct 2021 17: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 "$@"