view configure @ 16542:5545614fe8e1

Added tag v8.1.1274 for changeset 822d00007b3431729e5dc23119b9a2e87d86f68b
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 May 2019 14:30:06 +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 "$@"