view configure @ 17575:b2a246caeb25

Added tag v8.1.1784 for changeset a6f392cc9587302dd7a6c1fe96c38ffdb0d5ad81
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Aug 2019 14:00: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 "$@"