view configure @ 15090:a5a7fa34aa88

Added tag v8.1.0555 for changeset e428882d6ffb9f4ba9bf4759a72d000a8f01fb4a
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Dec 2018 13:15:05 +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 "$@"