view configure @ 18351:9c2ab919ead5

Added tag v8.1.2169 for changeset b1796f1b28fa112de7c2db1745174711d56fb922
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Oct 2019 22:00:04 +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 "$@"