view configure @ 31007:2907ad90d404

Added tag v9.0.0838 for changeset d63bb3fa9939421c22047762a773b97e73260ebe
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Nov 2022 12:30:06 +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 "$@"