view configure @ 31310:64480d528b2f

Added tag v9.0.0988 for changeset 472ef2fdaa89a6dce2fefbd74c83faed177fc7dc
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Dec 2022 14:45: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 "$@"