view configure @ 17613:bc8071d1d2fc

Added tag v8.1.1803 for changeset e259d11e29006f4661386ce6476b4cdb12b69552
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Aug 2019 22:00:08 +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 "$@"