view configure @ 17404:d7fc487f259f

Added tag v8.1.1700 for changeset 9b6c0ef29c20693fd10f6aff29e333069557193e
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Jul 2019 23:15:07 +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 "$@"