view configure @ 19142:3b7117916bb9

Added tag v8.2.0130 for changeset 2c7d60b1bfa9d145634b69c1f7c3ea50c1315e3f
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Jan 2020 14:00:04 +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 "$@"