view configure @ 27423:08180df8bb90

Added tag v8.2.4239 for changeset 7c233f560a7f4eb109acc322b36de3734c2d3bf3
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Jan 2022 15:45:03 +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 "$@"