view configure @ 24511:2aaa71ea39fb

Added tag v8.2.2795 for changeset b5786b4de9d10f037b6d57396a5ce3db08397ab8
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Apr 2021 12:30: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 "$@"