view configure @ 31899:e13629a1e661

Added tag v9.0.1281 for changeset 31d269fb880ef4cc0c7263f9a00c0bb1f5ac6a5a
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Feb 2023 14:15:06 +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 "$@"