view configure @ 26449:f2e54e4adab9

Added tag v8.2.3754 for changeset 748793fcb4e25165036bd1f4081e8fe9594d4da4
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Dec 2021 21:00:05 +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 "$@"