view configure @ 28673:1bb2e8f5cc4b

Added tag v8.2.4860 for changeset e4de5b5193b459ac4bf47343dee442ffca1ba908
author Bram Moolenaar <Bram@vim.org>
date Tue, 03 May 2022 12:15:06 +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 "$@"