view configure @ 14967:5acaac1226fd

Added tag v8.1.0494 for changeset d65790af8514658aac4977274750854b6e7fbab8
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Oct 2018 13:15:06 +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 "$@"