view configure @ 19357:3e040669b87f

Added tag v8.2.0236 for changeset f559be3c53d729d73e11b147aab8e1220112adc7
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Feb 2020 14:30:09 +0100
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 "$@"