view configure @ 22505:6b21190550ad

Added tag v8.2.1800 for changeset 47e15b82dba113693f85f21f5e177b79ce965f76
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Oct 2020 17:30:03 +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 "$@"