view configure @ 29464:3a229fb63f78

Added tag v9.0.0073 for changeset 27ebab59172ea2c1e56f15e8879c27bd90cabf98
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Jul 2022 22:45:04 +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 "$@"