view configure @ 20755:c3f999111bfd

Added tag v8.2.0929 for changeset e6a5a5ef4034c2091960a8fc49629c1ce66fe808
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jun 2020 21: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 "$@"