view configure @ 21827:fbafd1638f76

Added tag v8.2.1462 for changeset ccad66ac6c3e7ed4d6412996a099f7294c0423b9
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Aug 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 "$@"