view configure @ 31522:c671c97b18ed

Added tag v9.0.1093 for changeset 065e4ccf5e109c019fe33ce385a7b4707a2f9103
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Dec 2022 22:30:05 +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 "$@"