view configure @ 30631:f19b866c6e25

Added tag v9.0.0650 for changeset 218363931f5d2fabd435cc8138565dbea8ba6d52
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Oct 2022 18:15:04 +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 "$@"