view configure @ 15662:d1ea80ed704b

Added tag v8.1.0838 for changeset b6f11ff3b6d18e5a9b904b48a0404573aaadaa81
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Jan 2019 20:15:06 +0100
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"