view configure @ 24587:c41f3377f32f

Added tag v8.2.2832 for changeset b7f58be68c021d8335281229698b9cc700c664b3
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 May 2021 22:00:06 +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 "$@"