view configure @ 20710:24fa685e72e9

Added tag v8.2.0908 for changeset a2262c80a4e01dd4e4e5696fe8b3d7ca5c25a8d0
author Bram Moolenaar <Bram@vim.org>
date Fri, 05 Jun 2020 21:15: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 "$@"