view configure @ 21611:4bc6d27d7c73

Added tag v8.2.1355 for changeset 586241ee80964309beaef95fa62e981db5f5d7c3
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Aug 2020 17:00:07 +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 "$@"