view configure @ 29927:19018ae9118d

Added tag v9.0.0301 for changeset 2be5a2741943bb736de33f2c7abddf7377b70582
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Aug 2022 19:00:09 +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 "$@"