view configure @ 3060:61b2f2662310 v7.3.302

updated for version 7.3.302 Problem: Test 19 fails without 'smartindent' and +eval. Solution: Don't use ":exe". Source small.vim.
author Bram Moolenaar <bram@vim.org>
date Thu, 08 Sep 2011 23:22:40 +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 "$@"