view configure @ 30502:f77c240eb5fc

Added tag v9.0.0586 for changeset f85930a64d7bbacd9d4360e58355e05a7314cba3
author Bram Moolenaar <Bram@vim.org>
date Sun, 25 Sep 2022 19:45:06 +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 "$@"