view configure @ 19248:5e803caf5e9c

Added tag v8.2.0182 for changeset c077438ceb93595c3822d683e300e1bcde9257c6
author Bram Moolenaar <Bram@vim.org>
date Thu, 30 Jan 2020 16:45: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 "$@"