view configure @ 19598:e5054307d4bb

Added tag v8.2.0355 for changeset 1098989a90eef8cffdb7ea3a836e4a012fb46f99
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Mar 2020 22:30:05 +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 "$@"