view configure @ 31153:cd02a3926498

Added tag v9.0.0910 for changeset ac6f5741b155669e5484c2d361261080253ba859
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Nov 2022 15: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 "$@"