view configure @ 18107:cd42ae3230ca

Added tag v8.1.2048 for changeset b456bba1276ac0730ff8e82419e26cf2484a7b01
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Sep 2019 20:30: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 "$@"