view configure @ 20060:324f7433a2c4

Added tag v8.2.0585 for changeset de756b3f4dee8bee7546c92b14a8296774c0e186
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Apr 2020 22: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 "$@"