view configure @ 18272:88a6aab44084

Added tag v8.1.2130 for changeset b506809f5d38fae237e9c559a25ac98705192f1d
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Oct 2019 13:45:05 +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 "$@"