view configure @ 7449:2f4a94fe0513

commit https://github.com/vim/vim/commit/89b24fcfc2250d3ccb2f96c61911d9ad0020756b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 18:05:10 2016 +0100 Update ignored files. Delete file that should have been deleted by patch 7.4.1016.
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Jan 2016 18:15:04 +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 "$@"