view configure @ 18710:708e4b8b5fbd

Added tag v8.1.2346 for changeset ac08c7ad9d3779e13f0538508f9bf0a5572e020b
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Nov 2019 14: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 "$@"