view configure @ 20442:18447aca68fc

Added tag v8.2.0775 for changeset 86dde5c4b37568f7d107f3c4477d0220f38935cf
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 May 2020 14: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 "$@"