view configure @ 18539:8dd30e8de47d

Added tag v8.1.2263 for changeset c4d97a18af3704d346cbc3821c6f601a63aedbb1
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 Nov 2019 15:15: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 "$@"