view configure @ 31284:3dc5f502764c

Added tag v9.0.0975 for changeset 0db9f6400e7166d266fa8ea4c5be5da4dbd81e1b
author Bram Moolenaar <Bram@vim.org>
date Tue, 29 Nov 2022 22: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 "$@"