view configure @ 29803:208b5f6dee21

Added tag v9.0.0240 for changeset be40495e9cd85af478c06adf0893915807578f5d
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Aug 2022 21:45: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 "$@"