view configure @ 31197:6f6ddbff2f47

Added tag v9.0.0932 for changeset 48e44371a9ffa8017e91d8f5a564d30cc1012435
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Nov 2022 23:45: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 "$@"