view configure @ 16073:9617861cbbd2

Added tag v8.1.1041 for changeset 61b480b67041b26c60aa5f6401f597b0cb0fef8b
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Mar 2019 13:00:06 +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 "$@"