view configure @ 24405:2831ce589a7d

Added tag v8.2.2742 for changeset a2a7d2d6e72475110fc4bb3d9a07e0177f32af70
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Apr 2021 13:45: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 "$@"