view configure @ 28579:15fd1bae2d57

Added tag v8.2.4813 for changeset 8cba27db759a08776c6aff8579f2d7a8795c5286
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Apr 2022 15:00: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 "$@"