view configure @ 27882:ee0155d5dfd8

Added tag v8.2.4466 for changeset e3014ada45a5eac5cc09a20b71781fb199fcab84
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Feb 2022 18:45:03 +0100
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 "$@"