view configure @ 27452:81af1f0ff8ce

Added tag v8.2.4254 for changeset c1da76214cca5f800b9e698876719fc0e6233422
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Jan 2022 16:15:03 +0100
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 "$@"