view configure @ 31965:b6a1e17f049d

Added tag v9.0.1314 for changeset c0a9bc376b54d4a62cd485c983ec34fe03fd7352
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Feb 2023 16:15:05 +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 "$@"