view configure @ 10044:46e630ac4380 v7.4.2294

commit https://github.com/vim/vim/commit/64cefedfc834aa4dac54ae5f91ccbc04e2d56bc5 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 29 23:06:28 2016 +0200 patch 7.4.2294 Problem: Sign test fails on MS-Windows when using the distributed zip archives. Solution: Create dummy files instead of relying on files in the pixmaps directory.
author Christian Brabandt <cb@256bit.org>
date Mon, 29 Aug 2016 23: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 "$@"