view configure @ 16850:50b4afe57e9c

Added tag v8.1.1426 for changeset 629f3d3b6886cb307088305dd034765284d2ca5f
author Bram Moolenaar <Bram@vim.org>
date Thu, 30 May 2019 18:45: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 "$@"