view configure @ 5201:b2ed17f5d19c

Added tag v7-4a-026 for changeset b3ff17862b4c
author Bram Moolenaar <bram@vim.org>
date Wed, 17 Jul 2013 13:43:39 +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 "$@"