view configure @ 21507:9e21fa7044b5

Added tag v8.2.1303 for changeset 1d1ffb0dbd87e7d850e8405dd192e68aa7b67c8c
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jul 2020 22:30: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 "$@"