view configure @ 16883:c7c1b4618acb

Added tag v8.1.1442 for changeset 473e76401434ebe13ab80749f44351cb76a86289
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jun 2019 18:15:05 +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 "$@"