view configure @ 29909:170606715a46

Added tag v9.0.0292 for changeset f60329b1ff1d6d9d262dd72267b3c6edba77f18f
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Aug 2022 00:00:06 +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 "$@"