view configure @ 18741:3f42c89cf06c

Added tag v8.1.2360 for changeset d23bb26ba98fe9bb9685fa42385dbd332b94621c
author Bram Moolenaar <Bram@vim.org>
date Fri, 29 Nov 2019 22:15:04 +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 "$@"