view configure @ 30520:ebfac0aa65fd

Added tag v9.0.0595 for changeset 4a88061200c20a201fe3e6381ceaf66028793e24
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Sep 2022 21:00:05 +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 "$@"