view configure @ 18165:a197c50f034e

Added tag v8.1.2077 for changeset f57481564f2c3123d1bb33b0ae7557b0de6a8e91
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Sep 2019 22: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 "$@"