view configure @ 18581:aa71178649f7

Added tag v8.1.2284 for changeset 4ac042c8ed9805389577905e0db879edbf464515
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Nov 2019 01:45:04 +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 "$@"