view configure @ 30143:fc3456fdd67e

Added tag v9.0.0407 for changeset 22a5ccc0d6345f442cc2a27840b27a22c972684c
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Sep 2022 19: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 "$@"