view configure @ 30250:c3b37b9e8919

Added tag v9.0.0460 for changeset c0f0118b6790b4048e9a3158a41de3987108038d
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Sep 2022 01:45:05 +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 "$@"