view configure @ 31687:2357c7d1d94f

Added tag v9.0.1175 for changeset 966f1213dd35ffd7cd1fc949988b159f616701b2
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Jan 2023 13:00:06 +0100
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 "$@"