view configure @ 18712:9135f4563b16

Added tag v8.1.2347 for changeset cfe589c1b30030099e5e604c4b2bdce107c9b9ce
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Nov 2019 15:00: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 "$@"