view configure @ 30058:2702b262be84

Added tag v9.0.0366 for changeset 9c141768fa0f6159497789709f17fd1dc9439cc3
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Sep 2022 13:15:04 +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 "$@"