view configure @ 31364:ba81163e2223

Added tag v9.0.1015 for changeset 0608de1064852a93ac2b845c6cc4a633142e5dce
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Dec 2022 23:00:06 +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 "$@"