view configure @ 22016:74fac2b83733

Added tag v8.2.1557 for changeset d8065205ea82a47dad10b6e7867e109713c2794e
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Aug 2020 22:30:04 +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 "$@"