view configure @ 17669:89ab05784a7e

Added tag v8.1.1831 for changeset 923154c51bef3d7f740828d879b7baffa1c8c111
author Bram Moolenaar <Bram@vim.org>
date Fri, 09 Aug 2019 14:15: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 "$@"