view configure @ 31826:06619adfbcdd

Added tag v9.0.1245 for changeset 0d27ddce621d8c408f94e01a133d457264be0e31
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Jan 2023 22:15:04 +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 "$@"