view configure @ 20702:1db8701ca6cb

Added tag v8.2.0904 for changeset fbee68c6aab10175d6acb1402509f9d9813bf3b9
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 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 "$@"