view configure @ 9242:f7e95dc00e5a v7.4.1904

commit https://github.com/vim/vim/commit/c60954b48ec225c75558abee56c4a9cc89f84b7e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 6 21:20:10 2016 +0200 patch 7.4.1904 Problem: Build fails. Solution: Add missing changes.
author Christian Brabandt <cb@256bit.org>
date Mon, 06 Jun 2016 21:30: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 "$@"