view configure @ 31840:4c06d7b151fc

Added tag v9.0.1252 for changeset d156287184f6f81f5099529e9aea38c2c94c2d81
author Bram Moolenaar <Bram@vim.org>
date Sat, 28 Jan 2023 11:30: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 "$@"