view configure @ 25956:5a9e1b8fc4bf

Added tag v8.2.3511 for changeset 4003fc2340dc24667436b5995a7d381ef823410e
author Bram Moolenaar <Bram@vim.org>
date Fri, 15 Oct 2021 01: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 "$@"