view configure @ 31468:005dbf7d37de

Added tag v9.0.1066 for changeset 4abd8f9edf470f38fdf98f2e53a46dee94e61f87
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Dec 2022 11:45: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 "$@"