view configure @ 30034:629977ec7f62

Added tag v9.0.0354 for changeset 17c46a3d0ef5612840a3255f5c754c72671a66e4
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Sep 2022 19:45: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 "$@"