view configure @ 19845:32787925de3c

Added tag v8.2.0478 for changeset d53e8428a79a971f28d9ff1a601ef25a0adfe6e2
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Mar 2020 20:15: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 "$@"