view configure @ 15338:8fe428256607

Added tag v8.1.0676 for changeset 5fa7af143f7f7545db3197676680ae0d94aa3276
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Jan 2019 20:45: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 "$@"