view configure @ 20529:f95760595193

Added tag v8.2.0818 for changeset 489cb75c76b660147be5c5dbc78e993b52f8bbbd
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 May 2020 23:15: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 "$@"