view configure @ 18700:975583db60c0

Added tag v8.1.2341 for changeset 1febd1aa9930177815a4a0471d009a2ef5affb98
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Nov 2019 00:15:07 +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 "$@"