view configure @ 17179:9c7fd1b6445b

Added tag v8.1.1588 for changeset 40c4cb095d538da9590ba4e47fbab0f68a9b2c53
author Bram Moolenaar <Bram@vim.org>
date Tue, 25 Jun 2019 04:15:09 +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 "$@"