view configure @ 4782:9e6370e78651

Added tag v7-3-1137 for changeset c02c7df9bdc9
author Bram Moolenaar <bram@vim.org>
date Fri, 07 Jun 2013 14:08:30 +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 "$@"