view configure @ 32522:63d12304694f

Added tag v9.0.1592 for changeset f7596eb0bc0c4fdcd921c8ea118ce6754de7251f
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 May 2023 16:45:07 +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 "$@"