view configure @ 25718:c3adc383b30f

Added tag v8.2.3394 for changeset d3f992bc6ef8860753a6bbd34e701dce1bc3900c
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Sep 2021 16:15: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 "$@"