view configure @ 16889:b6d0ad5822b1

Added tag v8.1.1445 for changeset ec61b6b79865b8a2adda1a80b3d62038451a0b3e
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jun 2019 22:30:06 +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 "$@"