view configure @ 32571:8543c6038230

Added tag v9.0.1617 for changeset 5d8cff99a027e551005916b269a4af8182111b79
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Jun 2023 18:15: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 "$@"