view configure @ 18569:404b9c998acf

Added tag v8.1.2278 for changeset 26a04a556982a0a5b6dde2c1331a5c6e5dcb8bc2
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Nov 2019 20:15:05 +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 "$@"