view configure @ 31699:328436625302

Added tag v9.0.1181 for changeset 9fba3e8bbadc554987923249f8e5ce3d2b6dfd48
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Jan 2023 22:15:03 +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 "$@"