view configure @ 28912:2ca7719992c9

Added tag v8.2.4978 for changeset e25196adb7c1f6793d9d802cebe8bff9babda0ed
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 May 2022 16:15:03 +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 "$@"