view configure @ 28789:be28873d2f74

Added tag v8.2.4918 for changeset a79f44a2d1ce11083a20b9c6f3dad05a271f24a7
author Bram Moolenaar <Bram@vim.org>
date Sun, 08 May 2022 22: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 "$@"