view configure @ 30593:56ab58fcefa6

Added tag v9.0.0631 for changeset 457ea0570b6f30bbe004f2f07956a84e31e2cd2e
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Sep 2022 23:00:11 +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 "$@"