view configure @ 17721:e17680ecb70d

Added tag v8.1.1857 for changeset 844f470532b65e0ea9a3f2fc05d9bc57d02b6683
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Aug 2019 20:45: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 "$@"