view configure @ 26006:412aa3ebb70c

Added tag v8.2.3536 for changeset 8fceae196d4f4992566921a478aca87e51e57b12
author Bram Moolenaar <Bram@vim.org>
date Mon, 18 Oct 2021 23: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 "$@"