view configure @ 25544:e40a94995183

Added tag v8.2.3308 for changeset a84e75d73fde7ee935bdcf5d01da17375dd2a692
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Aug 2021 15:45:03 +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 "$@"