view configure @ 30404:20bbd0c0761b

Added tag v9.0.0537 for changeset 42d5924595219e2d68df8372f9a683a1de402a41
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Sep 2022 22:15:03 +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 "$@"