view configure @ 3999:beceb0a18c79 v7.3.754

updated for version 7.3.754 Problem: Latest nmake is not recognized. Solution: Add nmake version 11.00.51106.1. (Raymond Ko)
author Bram Moolenaar <bram@vim.org>
date Thu, 06 Dec 2012 21:30:29 +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 "$@"