view configure @ 20125:4d065d193bf6

Added tag v8.2.0617 for changeset b35d52e002cd3a05aa421e16ec6d0d640262c359
author Bram Moolenaar <Bram@vim.org>
date Wed, 22 Apr 2020 14:45: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 "$@"