view configure @ 31644:28fadea19672

Added tag v9.0.1154 for changeset 68a9375d4ca3393dd73c649b8ef4ae566907e1d8
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Jan 2023 12:00:04 +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 "$@"