view configure @ 24827:37d5599532ad

Added tag v8.2.2951 for changeset a8d64f1a223ba3c9ef2da7db752b95e36812c0d6
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Jun 2021 17:15: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 "$@"