view configure @ 31218:74055e6215af

Added tag v9.0.0942 for changeset e651c7a29c87929881dcd32dab955471ed21efda
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Nov 2022 21:15:03 +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 "$@"