view configure @ 23445:311caf397f9b

Added tag v8.2.2265 for changeset 7278e86c2f708aabf84856c9ce236bded761e1f2
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 Jan 2021 19:00:05 +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 "$@"