view configure @ 7588:0738fa9c4971 v7.4.1094

commit https://github.com/vim/vim/commit/ccb80989f2779c8441f7f15d160fb2141bd1676d Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 15 15:56:35 2016 +0100 patch 7.4.1094 Problem: Test for :hardcopy fails on MS-Windows. Solution: Check for the +postscript feature.
author Christian Brabandt <cb@256bit.org>
date Fri, 15 Jan 2016 16:00:05 +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 "$@"