view configure @ 17435:a7a08085d1dc

Added tag v8.1.1715 for changeset 26e8d42987ca9a34896db62ec401453a173e110f
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Jul 2019 23:15:07 +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 "$@"