view configure @ 18661:13331e05a1c8

Added tag v8.1.2322 for changeset 4d2a88cc582130cf347471417e36c1585dcf07b5
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Nov 2019 22:45:05 +0100
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 "$@"