view configure @ 17114:90cb90ed8c2e

Added tag v8.1.1556 for changeset 18ec0b92f431656d3efe6b3ad69671c3ccbff810
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Jun 2019 16: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 "$@"