view configure @ 31328:aeffee6a601a

Added tag v9.0.0997 for changeset ab527a32a5d87e3b9b566a65e963e261239a9bc9
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Dec 2022 11:15: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 "$@"