view configure @ 31518:e241223a3c5c

Added tag v9.0.1091 for changeset cd5247f4da06d81b2c55bacbd90ce52ccc1a1c69
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Dec 2022 19:00:04 +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 "$@"