view configure @ 32165:4e6cc56ca41c

Added tag v9.0.1413 for changeset 673dcbaded32e0cdd0855af2986f676af3d026cf
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Mar 2023 20:00:07 +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 "$@"