view configure @ 17971:cf3bf7a0d3e2

Added tag v8.1.1981 for changeset 684a15da9929c8a50ee56039d1d8c0c21b8b0b12
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Sep 2019 18:00:03 +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 "$@"