view configure @ 29431:6d6fa84d617c

Added tag v9.0.0057 for changeset 90565e49a13ed30af7f07ffa8ae2f0ce2623ec15
author Bram Moolenaar <Bram@vim.org>
date Mon, 18 Jul 2022 22:00: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 "$@"