view configure @ 29535:0dea4955e34b

Added tag v9.0.0108 for changeset e491e48757d75e2ad864fc1deee18602f6b7f375
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Jul 2022 12:15:08 +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 "$@"