view configure @ 14912:cf4333fc16bb

Added tag v8.1.0467 for changeset 73162bc0b21fb0c77a2d67395b0d6ef30f826918
author Bram Moolenaar <Bram@vim.org>
date Mon, 08 Oct 2018 20:15:07 +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 "$@"