view configure @ 30881:170bf60c726d

Added tag v9.0.0774 for changeset 82336c3b679d620c142a1392e7d2e275c25bfb44
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Oct 2022 20:30:08 +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 "$@"