view configure @ 32498:6e64f36e3dcc

Added tag v9.0.1580 for changeset 882402ba6e473c9aa384cffe2998602ce6ec5949
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 May 2023 15: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 "$@"