view configure @ 30426:d083c8d6f256

Added tag v9.0.0548 for changeset 6c2bbd7d9217d964ec5d47e056f223796c52c26e
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Sep 2022 18:15:04 +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 "$@"