view configure @ 16382:7bbbeba71d9e

Added tag v8.1.1195 for changeset 1dcbaa780b8e7211135a415f60e1736df7424d9f
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Apr 2019 11:45:10 +0200
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 "$@"