view configure @ 17548:ac05183a94ed

Added tag v8.1.1771 for changeset 1b8463f97365a8a6e0e2ba60e4ddb62393c12244
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Jul 2019 18: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 "$@"