view configure @ 17679:99f94d1a7e4a

Added tag v8.1.1836 for changeset 723ec38d521e87a9dfc815db93289c443f1dcfb4
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Aug 2019 15:00:08 +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 "$@"