view configure @ 30822:4e32b71c9582

Added tag v9.0.0745 for changeset a57e6da5860f27e1b527e2612e32b335dec3da17
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Oct 2022 21:30: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 "$@"