view configure @ 18499:b27ed4764264

Added tag v8.1.2243 for changeset 9e6d5a4abb1c41a97048ee3078b0eb2cf3d8cc9e
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Nov 2019 23:00:06 +0100
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 "$@"