view configure @ 32510:a2b76de54ae3

Added tag v9.0.1586 for changeset ec4e725ab8cd32190de773e165d1da2fc9f87efe
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 May 2023 19:45: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 "$@"