view configure @ 29302:8b8aafbda944

Added tag v8.2.5167 for changeset fb375f0c6ea7bf941e1443d79ac665d0ecf22e3f
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Jun 2022 13:00:08 +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 "$@"