view configure @ 31781:3237c4baee03

Added tag v9.0.1222 for changeset 8f15c56ff2fb6453196e0d8c13113bcb3160ad68
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Jan 2023 19:00:07 +0100
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 "$@"