view configure @ 15633:24f6e495bcde

Added tag v8.1.0824 for changeset d4a6d575e9101cbe8c27768f4def28c431536511
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Jan 2019 15:15:13 +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 "$@"