view configure @ 29329:afd075dd5e04

Added tag v9.0.0007 for changeset 60977de706841b4a2a7a84730a751fd2850bfb76
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Jun 2022 19:45:04 +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 "$@"