view configure @ 30301:7191366d2d85

Added tag v9.0.0486 for changeset b9d07900b0b86319f67d9c46f6a78013abc0df22
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Sep 2022 17:30: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 "$@"