view configure @ 17414:3a7b7dbf70f1

Added tag v8.1.1705 for changeset 40417757dffd4af7e1bc2dbdb14fbc04efcd3668
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Jul 2019 22:15:06 +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 "$@"