view configure @ 29973:5ed9394df228

Added tag v9.0.0324 for changeset 85f4350627a75d348c460751167158d97fc74bb7
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Aug 2022 00: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 "$@"