view configure @ 22573:e327c9690dbe

Added tag v8.2.1834 for changeset 0fd4d7548b07636509d862a680f37dd9f3bd1514
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Oct 2020 18:15: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 "$@"