view configure @ 28533:b2f93ab72fdc

Added tag v8.2.4790 for changeset 11387538e7c481cb723d74feb6898dcb48bed0d0
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Apr 2022 16:45:03 +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 "$@"