view configure @ 24467:6515dbde026a

Added tag v8.2.2773 for changeset f5a6a6e98ec4bec454d53225beaaa048f62e9767
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Apr 2021 14:15: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 "$@"