view configure @ 20914:f62d75f4ba60

Added tag v8.2.1008 for changeset a127db33a0759339026ca09b325549c7192a95f5
author Bram Moolenaar <Bram@vim.org>
date Thu, 18 Jun 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 "$@"