view configure @ 17132:74e996a5f46a

Added tag v8.1.1565 for changeset be5a5cfc991a343be177fc7e6a8251600a773ff2
author Bram Moolenaar <Bram@vim.org>
date Mon, 17 Jun 2019 22:30: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 "$@"