view configure @ 29114:547cf1114034

Added tag v8.2.5077 for changeset 495d55210aac2a90b5c95504aa76674be55c4633
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 Jun 2022 11:45:05 +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 "$@"