view configure @ 18208:bc5f313b71ef

Added tag v8.1.2098 for changeset f93c2b6f716705865cd81e3d540562bf8676ac31
author Bram Moolenaar <Bram@vim.org>
date Sat, 28 Sep 2019 19:30: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 "$@"