view configure @ 24579:dd22ab1cb899

Added tag v8.2.2828 for changeset 096f2b8d9cf46e1214108bae4adb13ae3886eeb1
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 May 2021 20:00:05 +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 "$@"