view configure @ 15448:4880dc2ccc3f v8.1.0732

patch 8.1.0732: cannot build without the eval feature commit https://github.com/vim/vim/commit/ea56e167c87352f07a77d3661425e336817a7141 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 12 15:15:38 2019 +0100 patch 8.1.0732: cannot build without the eval feature Problem: Cannot build without the eval feature. Solution: Make a copy of the sourced file name.
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Jan 2019 15:30: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 "$@"