view configure @ 30726:0591e0ba645c

Added tag v9.0.0697 for changeset 1cbb01bc75c35b3db59769df60acf83d9e9d3948
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Oct 2022 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 "$@"