view configure @ 18161:94e3c1e4d5ae

Added tag v8.1.2075 for changeset 77098751138435e60db240e0349b55024ab1c7c7
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Sep 2019 21:45:04 +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 "$@"