view configure @ 32612:dea4d9e2a68e

Added tag v9.0.1637 for changeset a4b5a6a9500507beb85a7ec13b8bad2d7ea723f2
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Jun 2023 22:45:05 +0200
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 "$@"