view configure @ 16530:9b8ed9cc40db

Added tag v8.1.1268 for changeset 1c8a90c4d2a15364f84ff2805c80b8ab64131d07
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 May 2019 19:30:04 +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 "$@"