view configure @ 3437:00fa605e7d7b v7.3.484

updated for version 7.3.484 Problem: The -E and --echo-wid command line arguments are not mentioned in "vim --help". Solution: Add the help lines. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Wed, 28 Mar 2012 17:10:31 +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 "$@"