view configure @ 28272:bb583103b95b

Added tag v8.2.4661 for changeset c84f4e34ba16d3998d0d83d990d73d5cc9f44110
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 Apr 2022 14:30: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 "$@"