view configure @ 30748:cf605526dbf9

Added tag v9.0.0708 for changeset 58592b6af4e2de23efa6211da819bf52f6f88faa
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Oct 2022 20: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 "$@"