view configure @ 27465:976fb709e91d

Added tag v8.2.4260 for changeset a14c4d3e32606c855cd99eb186b1a74104f75ef3
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 Jan 2022 16:30:05 +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 "$@"