view configure @ 18493:9b39a91bb0c6

Added tag v8.1.2240 for changeset 41a5f241e9d585e9108f24be05b2c9110dd421ae
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Nov 2019 20:30:04 +0100
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 "$@"