view configure @ 20964:be672fa6d129

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