view configure @ 17199:8b52f72f0618

Added tag v8.1.1598 for changeset 4c009ec23c0a624ef2b134659fd7992bf3eb32e7
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Jun 2019 04:00: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 "$@"