view configure @ 16743:f49a29b2bbdd

Added tag v8.1.1373 for changeset 75b5d77bbbab0d211e250e60ebf13c86c33d0c0a
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 May 2019 23:30: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 "$@"