view configure @ 28360:af739ab30d2a

Added tag v8.2.4705 for changeset 390dfc3e409b641b7d1d696af61a5692e74dfaeb
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 Apr 2022 15:00: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 "$@"