view configure @ 29506:f25ba0f8e43b

Added tag v9.0.0094 for changeset 33983b2f030f83d936c023f7d7a56c6740911e8b
author Bram Moolenaar <Bram@vim.org>
date Wed, 27 Jul 2022 16:30: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 "$@"