view configure @ 31326:b35a91445cb4

Added tag v9.0.0996 for changeset e352d200d0961e536cf158f2d0459ee7fed737e0
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Dec 2022 01: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 "$@"