view configure @ 32658:ad37fb33284c

Added tag v9.0.1660 for changeset 53c85eab46b9ee2e4e83c4b0dccfeacb6c13ff41
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Jun 2023 17: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 "$@"