view configure @ 19867:10a4e7a33b76

Added tag v8.2.0489 for changeset 1136ec381dd21125199e4c929d5d4f9da0e112c4
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Apr 2020 16:45:06 +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 "$@"