view configure @ 29354:3a49645302e6

Added tag v9.0.0019 for changeset 0c403f53b3727f1c82aec6bbdda1cdaa8b1455fd
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 Jul 2022 20:15: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 "$@"