view configure @ 24407:31c7a2a80f9c

Added tag v8.2.2743 for changeset a26f0fa128459ef7df17afada21d706af6e15b76
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Apr 2021 14:15: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 "$@"