view configure @ 16667:a9680e0ff089

Added tag v8.1.1335 for changeset 978bcd70883d33b5d31561ce512770bf32e015f5
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 May 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 "$@"