view configure @ 16868:8c7ee13ffe4a

Added tag v8.1.1435 for changeset 0baa4c7e057f9f7eeb4f84392a10738c4b71991e
author Bram Moolenaar <Bram@vim.org>
date Fri, 31 May 2019 20: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 "$@"