view configure @ 18462:395349479800

Added tag v8.1.2224 for changeset 7f16792d15f7978b930bb8dbbcc825e6b6efd165
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Oct 2019 21:45: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 "$@"